Skip to content

Commit 832443f

Browse files
jessijzhaofacebook-github-bot
authored andcommitted
Replace she/he with they (#1106)
Summary: * Make language more inclusive by removing unnecessarily gendered language Pull Request resolved: #1106 Test Plan: ### Before ``` .../captum $ grep -ri "[^a-z]\(she\|he\|her\|him\|his\)[^a-z]" --include=\*.py captum/attr/_utils/approximation_methods.py: proposed by [Xue Feng and her intern Hauroun Habeeb] captum/concept/_utils/classifier.py: empty dictionary if she/he decides to not return any performance ``` ### After ``` .../captum $ grep -ri "[^a-z]\(she\|he\|her\|him\|his\)[^a-z]" --include=\*.py captum/attr/_utils/approximation_methods.py: proposed by [Xue Feng and her intern Hauroun Habeeb] ``` Reviewed By: aobo-y Differential Revision: D42823268 Pulled By: jessijzhao fbshipit-source-id: d741a9f57384eaec32d6574081d16506bf14dc7e
1 parent 2c9dcc1 commit 832443f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

captum/concept/_utils/classifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def train_and_eval(
8383
stats (dict): a dictionary of statistics about the performance of the model.
8484
For example the accuracy of the model on the test and/or
8585
train dataset(s). The user may decide to return None or an
86-
empty dictionary if she/he decides to not return any performance
86+
empty dictionary if they decide to not return any performance
8787
statistics.
8888
"""
8989
pass

0 commit comments

Comments
 (0)