summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnkit Shukla <ankeetshk@gmail.com>2019-02-13 23:20:09 +0530
committerGitHub <noreply@github.com>2019-02-13 23:20:09 +0530
commit7642051b677fa9ceec777976fed2ab29f7c8ab14 (patch)
treeff2d55dae4ec043e6ccc4991f9a903b1ee0ed890 /doc
parent1c4ab89870e39be7c4a47258f6d92f532650e5cc (diff)
downloadnumpy-7642051b677fa9ceec777976fed2ab29f7c8ab14.tar.gz
change in line 127 use she/he instead of she
Diffstat (limited to 'doc')
-rw-r--r--doc/source/user/whatisnumpy.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/whatisnumpy.rst b/doc/source/user/whatisnumpy.rst
index cd74a8de3..0b2b0bf23 100644
--- a/doc/source/user/whatisnumpy.rst
+++ b/doc/source/user/whatisnumpy.rst
@@ -124,5 +124,5 @@ NumPy fully supports an object-oriented approach, starting, once
again, with `ndarray`. For example, `ndarray` is a class, possessing
numerous methods and attributes. Many of its methods mirror
functions in the outer-most NumPy namespace, giving the programmer
-complete freedom to code in whichever paradigm she prefers and/or
+complete freedom to code in whichever paradigm he/she prefers and/or
which seems most appropriate to the task at hand.