From 3e05403c03182b51d8fecd8b478b44bc7b1f65d9 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Wed, 12 Jul 2006 08:50:53 +0000 Subject: Fix docstrings. --- 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 ae23d3cbf..bfd8a1e0d 100644 --- a/numpy/core/fromnumeric.py +++ b/numpy/core/fromnumeric.py @@ -134,7 +134,7 @@ def sort(a, axis=-1): def argsort(a, axis=-1): """argsort(a,axis=-1) return the indices into a of the sorted array - along the given axis, so that take(a,result,axis) is the sorted array. + along the given axis. """ try: argsort = a.argsort -- cgit v1.2.1