summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
diff options
context:
space:
mode:
authorSabrinaSimao <sabrina_simao@hotmail.com>2020-06-12 14:13:23 -0300
committerSabrinaSimao <sabrina_simao@hotmail.com>2020-06-12 14:13:23 -0300
commitf4889614194fc50dd48b0e56ede1c223b5202566 (patch)
treee3f5eff870e782f33acecb7cd6fb4b6ba24124e7 /numpy/core/fromnumeric.py
parent5345c2575a28fa2dfbbec83c99636669476c2745 (diff)
downloadnumpy-f4889614194fc50dd48b0e56ede1c223b5202566.tar.gz
unify the docs for np.transpose and ndarray.transpose
Diffstat (limited to 'numpy/core/fromnumeric.py')
-rw-r--r--numpy/core/fromnumeric.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py
index 2b88ccedf..cbab9424b 100644
--- a/numpy/core/fromnumeric.py
+++ b/numpy/core/fromnumeric.py
@@ -624,6 +624,7 @@ def transpose(a, axes=None):
See Also
--------
+ ndarray.transpose : Method to reverse or permute the axes of an array.
moveaxis
argsort