From 622fde5cb586dbcf101aceda882a7b98d91f7e1b Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Sun, 30 Jul 2017 21:17:20 -0700 Subject: DOC: fix versionadded in docstring for moveaxis --- numpy/core/numeric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/numeric.py') 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 ---------- -- cgit v1.2.1