diff options
author | Shayan Pooya <shayan@liveve.org> | 2016-06-22 23:31:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-22 23:31:24 -0700 |
commit | 05f18c8d206387c54f00f13cbd34dfb3d7d0c573 (patch) | |
tree | 4fd178d953c0bd267ab84fd294c9071c02cc0381 /numpy/add_newdocs.py | |
parent | c62b20d10c05c07511553972d1c21e5845aa7d6f (diff) | |
download | numpy-05f18c8d206387c54f00f13cbd34dfb3d7d0c573.tar.gz |
DOC: Remove a redundant the
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 2 |
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 ---------- |