summaryrefslogtreecommitdiff
path: root/numpy/lib
diff options
context:
space:
mode:
authorPhoenix Meadowlark <meadowlark@google.com>2020-08-06 12:15:34 -0700
committerGitHub <noreply@github.com>2020-08-06 14:15:34 -0500
commit3023d06a05136bf8345e781cc11a01d776a9f314 (patch)
tree308f3c8d138ba1231fc0246bebfa52581e4fe9b6 /numpy/lib
parent40e84008fdcf37bfca48042232e6cd5106db8da5 (diff)
downloadnumpy-3023d06a05136bf8345e781cc11a01d776a9f314.tar.gz
DOC: Fix non-matching pronoun in format.py documentation. (gh-17022)
Follow up to [this commit](https://github.com/numpy/numpy/commit/36f71788620bb17d123669cf03f086fb2b87b3a8), which missed the second pronoun in this sentence.
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 4e6e731c1..afbd3784a 100644
--- a/numpy/lib/format.py
+++ b/numpy/lib/format.py
@@ -41,7 +41,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 their preferred programming language to
- read most ``.npy`` files that he has been given without much
+ read most ``.npy`` files that they have been given without much
documentation.
- Allows memory-mapping of the data. See `open_memmep`.