summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2019-02-18 13:27:34 -0700
committerGitHub <noreply@github.com>2019-02-18 13:27:34 -0700
commit40d916d329f979bb286aabfdf07a3e62f76ef2e9 (patch)
tree685359119d5954450ea9d5e24c300c7582de092c
parent7642051b677fa9ceec777976fed2ab29f7c8ab14 (diff)
downloadnumpy-40d916d329f979bb286aabfdf07a3e62f76ef2e9.tar.gz
DOC: Rewrite using plural pronoun.
-rw-r--r--doc/source/user/whatisnumpy.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/source/user/whatisnumpy.rst b/doc/source/user/whatisnumpy.rst
index 0b2b0bf23..d47c105ba 100644
--- a/doc/source/user/whatisnumpy.rst
+++ b/doc/source/user/whatisnumpy.rst
@@ -122,7 +122,6 @@ unambiguous. For detailed "rules" of broadcasting see
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 he/she prefers and/or
-which seems most appropriate to the task at hand.
+numerous methods and attributes. Many of its methods are mirrored by
+functions in the outer-most NumPy namespace, allowing the programmer
+to code in whichever paradigm they prefer.