Skip to content

Commit 64e62ef

Browse files
authored
DOC: fix see also references in numpy.resize (numpy#19475)
1 parent 89c80ba commit 64e62ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

numpy/core/fromnumeric.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,9 +1408,9 @@ def resize(a, new_shape):
14081408
14091409
See Also
14101410
--------
1411-
np.reshape : Reshape an array without changing the total size.
1412-
np.pad : Enlarge and pad an array.
1413-
np.repeat : Repeat elements of an array.
1411+
numpy.reshape : Reshape an array without changing the total size.
1412+
numpy.pad : Enlarge and pad an array.
1413+
numpy.repeat : Repeat elements of an array.
14141414
ndarray.resize : resize an array in-place.
14151415
14161416
Notes

0 commit comments

Comments
 (0)