summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorJaime <jaime.frio@gmail.com>2016-06-23 15:36:09 +0200
committerGitHub <noreply@github.com>2016-06-23 15:36:09 +0200
commitb2d4951f858881c5dd06968330ce36d87b9c609b (patch)
tree4fd178d953c0bd267ab84fd294c9071c02cc0381 /numpy
parentc62b20d10c05c07511553972d1c21e5845aa7d6f (diff)
parent05f18c8d206387c54f00f13cbd34dfb3d7d0c573 (diff)
downloadnumpy-b2d4951f858881c5dd06968330ce36d87b9c609b.tar.gz
Merge pull request #7773 from pooya/patch-1
DOC: Remove a redundant the
Diffstat (limited to 'numpy')
-rw-r--r--numpy/add_newdocs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py
index c6ceb29c6..4fc9bca7d 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -2442,7 +2442,7 @@ add_newdoc('numpy.core.multiarray', 'ndarray',
a low-level method (`ndarray(...)`) for instantiating an array.
For more information, refer to the `numpy` module and examine the
- the methods and attributes of an array.
+ methods and attributes of an array.
Parameters
----------