summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authorMichael Seifert <michaelseifert04@yahoo.de>2016-03-22 17:56:07 +0100
committerMichael Seifert <michaelseifert04@yahoo.de>2016-03-22 17:56:07 +0100
commit2f5bb353300796c0f96c5061ac4a08583eeda0a8 (patch)
treeba284b39f3f4d018d2031f14547f85e0b9ce5693 /numpy/add_newdocs.py
parent5c24db244ec8a8d7e4ca2f823b0ba71b7d4dff3d (diff)
downloadnumpy-2f5bb353300796c0f96c5061ac4a08583eeda0a8.tar.gz
DOC: array link to full and full_like instead of fill
ndarray.fill (not fill) is not appropriate here because it is a list how to create arrays not how to fill them. [ci skip]
Diffstat (limited to 'numpy/add_newdocs.py')
-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 8940f537d..0341a032f 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -686,7 +686,7 @@ add_newdoc('numpy.core.multiarray', 'array',
See Also
--------
- empty, empty_like, zeros, zeros_like, ones, ones_like, fill
+ empty, empty_like, zeros, zeros_like, ones, ones_like, full, full_like
Examples
--------