diff options
author | Stephan Hoyer <shoyer@google.com> | 2017-07-30 21:17:20 -0700 |
---|---|---|
committer | Stephan Hoyer <shoyer@google.com> | 2017-07-30 21:17:20 -0700 |
commit | 622fde5cb586dbcf101aceda882a7b98d91f7e1b (patch) | |
tree | 89b937bf0bd33620eae195d508a05f137e7b6b7a /numpy/core/numeric.py | |
parent | 06a6a76c13c3b3a1da3ad782fbab10119f2a6ee0 (diff) | |
download | numpy-622fde5cb586dbcf101aceda882a7b98d91f7e1b.tar.gz |
DOC: fix versionadded in docstring for moveaxis
Diffstat (limited to 'numpy/core/numeric.py')
-rw-r--r-- | numpy/core/numeric.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py index b535cf846..02f9be3a9 100644 --- a/numpy/core/numeric.py +++ b/numpy/core/numeric.py @@ -1551,7 +1551,7 @@ def moveaxis(a, source, destination): Other axes remain in their original order. - .. versionadded::1.11.0 + .. versionadded:: 1.11.0 Parameters ---------- |