From 64e62ef69babccb36cb2ee014225c6845b163c0e Mon Sep 17 00:00:00 2001 From: Niko Savola Date: Wed, 14 Jul 2021 19:17:02 +0300 Subject: DOC: fix see also references in numpy.resize (#19475) --- numpy/core/fromnumeric.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'numpy/core/fromnumeric.py') diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py index 7164a2c28..764377bc9 100644 --- a/numpy/core/fromnumeric.py +++ b/numpy/core/fromnumeric.py @@ -1408,9 +1408,9 @@ def resize(a, new_shape): See Also -------- - np.reshape : Reshape an array without changing the total size. - np.pad : Enlarge and pad an array. - np.repeat : Repeat elements of an array. + numpy.reshape : Reshape an array without changing the total size. + numpy.pad : Enlarge and pad an array. + numpy.repeat : Repeat elements of an array. ndarray.resize : resize an array in-place. Notes -- cgit v1.2.1