diff options
author | seberg <sebastian@sipsolutions.net> | 2016-01-10 10:14:04 +0100 |
---|---|---|
committer | seberg <sebastian@sipsolutions.net> | 2016-01-10 10:14:04 +0100 |
commit | 8a1c58201ca15168c8346c26522aa5c2bf8dc9c1 (patch) | |
tree | 58ead3b1eb878f22d7b01a96687afd438e449714 /numpy/core/fromnumeric.py | |
parent | e89f45756e36082e2ceac5c129cd83a7f76c3ee8 (diff) | |
parent | 8ffde7f488eb583ed2a200702e85a6518c4f94ec (diff) | |
download | numpy-8a1c58201ca15168c8346c26522aa5c2bf8dc9c1.tar.gz |
Merge pull request #6630 from shoyer/moveaxis
ENH: moveaxis function
Diffstat (limited to 'numpy/core/fromnumeric.py')
-rw-r--r-- | numpy/core/fromnumeric.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py index a2937c5c5..67d2c5b48 100644 --- a/numpy/core/fromnumeric.py +++ b/numpy/core/fromnumeric.py @@ -518,7 +518,7 @@ def transpose(a, axes=None): See Also -------- - rollaxis + moveaxis argsort Notes |