From 0a9fb7b7ea94b3d7554ca29c3a40057d22ec1f01 Mon Sep 17 00:00:00 2001 From: Pierre de Buyl Date: Wed, 7 Sep 2016 09:55:40 +0200 Subject: DOC: change version references from x.y to x.y.z --- numpy/core/fromnumeric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/fromnumeric.py') diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py index 8a56a6e1f..84fdab7cc 100644 --- a/numpy/core/fromnumeric.py +++ b/numpy/core/fromnumeric.py @@ -471,7 +471,7 @@ def swapaxes(a, axis1, axis2): Returns ------- a_swapped : ndarray - For NumPy >= 1.10, if `a` is an ndarray, then a view of `a` is + For NumPy >= 1.10.0, if `a` is an ndarray, then a view of `a` is returned; otherwise a new array is created. For earlier NumPy versions a view of `a` is returned only if the order of the axes is changed, otherwise the input array is returned. -- cgit v1.2.1