From 2f5bb353300796c0f96c5061ac4a08583eeda0a8 Mon Sep 17 00:00:00 2001 From: Michael Seifert Date: Tue, 22 Mar 2016 17:56:07 +0100 Subject: 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] --- numpy/add_newdocs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/add_newdocs.py') 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 -------- -- cgit v1.2.1