summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-07-12 08:50:53 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-07-12 08:50:53 +0000
commit3e05403c03182b51d8fecd8b478b44bc7b1f65d9 (patch)
tree0c52f86fde5d73d563b4bc327d9fac014fbd3a5d /numpy/core/fromnumeric.py
parent27c212bf3d4bbd180c60149e178047c2e49a5648 (diff)
downloadnumpy-3e05403c03182b51d8fecd8b478b44bc7b1f65d9.tar.gz
Fix docstrings.
Diffstat (limited to 'numpy/core/fromnumeric.py')
-rw-r--r--numpy/core/fromnumeric.py2
1 files changed, 1 insertions, 1 deletions
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