summaryrefslogtreecommitdiff
path: root/doc/source/user/whatisnumpy.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/user/whatisnumpy.rst')
-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.