We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c80ba commit 64e62efCopy full SHA for 64e62ef
numpy/core/fromnumeric.py
@@ -1408,9 +1408,9 @@ def resize(a, new_shape):
1408
1409
See Also
1410
--------
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.
+ numpy.reshape : Reshape an array without changing the total size.
+ numpy.pad : Enlarge and pad an array.
+ numpy.repeat : Repeat elements of an array.
1414
ndarray.resize : resize an array in-place.
1415
1416
Notes
0 commit comments