summaryrefslogtreecommitdiff
path: root/numpy/lib
diff options
context:
space:
mode:
authorNathaniel J. Smith <njs@pobox.com>2014-12-06 02:13:57 +0000
committerNathaniel J. Smith <njs@pobox.com>2014-12-06 02:13:57 +0000
commit545d485751b3b2c1f68e36dbc4ea64ca50876a59 (patch)
tree87ec330c6e68259683de31500ac7c8612de906ff /numpy/lib
parent152805e5e2f0dc51fdbe89e0a07127b3ac49984d (diff)
parent36f71788620bb17d123669cf03f086fb2b87b3a8 (diff)
downloadnumpy-545d485751b3b2c1f68e36dbc4ea64ca50876a59.tar.gz
Merge pull request #5349 from bobpoekert/patch-1
Change pronoun in doc string from "his" to gender-neutral "their"
Diffstat (limited to 'numpy/lib')
-rw-r--r--numpy/lib/format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/format.py b/numpy/lib/format.py
index b93f86ca3..67da0d6d1 100644
--- a/numpy/lib/format.py
+++ b/numpy/lib/format.py
@@ -35,7 +35,7 @@ Capabilities
- Is straightforward to reverse engineer. Datasets often live longer than
the programs that created them. A competent developer should be
- able to create a solution in his preferred programming language to
+ able to create a solution in their preferred programming language to
read most ``.npy`` files that he has been given without much
documentation.