summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2019-02-19 12:30:32 +0200
committerGitHub <noreply@github.com>2019-02-19 12:30:32 +0200
commit2ba3de1d8b7d51fb7a05990c9bf981eeeb7ba015 (patch)
tree52bc3592a75cfff23b1a58f67edf1610545b4384
parent06da76c853c0b40e13860d3c4cf71fc345f23d4e (diff)
parent40d916d329f979bb286aabfdf07a3e62f76ef2e9 (diff)
downloadnumpy-2ba3de1d8b7d51fb7a05990c9bf981eeeb7ba015.tar.gz
Merge pull request #12963 from Ankeetshkk/master
DOC: Grammatical fix in numpy doc
-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 cd74a8de3..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 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.