diff options
author | Matti Picus <matti.picus@gmail.com> | 2019-02-19 12:30:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-19 12:30:32 +0200 |
commit | 2ba3de1d8b7d51fb7a05990c9bf981eeeb7ba015 (patch) | |
tree | 52bc3592a75cfff23b1a58f67edf1610545b4384 | |
parent | 06da76c853c0b40e13860d3c4cf71fc345f23d4e (diff) | |
parent | 40d916d329f979bb286aabfdf07a3e62f76ef2e9 (diff) | |
download | numpy-2ba3de1d8b7d51fb7a05990c9bf981eeeb7ba015.tar.gz |
Merge pull request #12963 from Ankeetshkk/master
DOC: Grammatical fix in numpy doc
-rw-r--r-- | doc/source/user/whatisnumpy.rst | 7 |
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. |