summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2012-03-03 21:20:13 +0100
committerRalf Gommers <ralf.gommers@googlemail.com>2012-03-03 22:34:02 +0100
commitf4dd54aa614b263950b7a57329eb0ab9a2f2eadf (patch)
treeef7178a9b7801f42c31290624faf76a1cf5b969c /numpy/core/fromnumeric.py
parent91f87e1f613630ff0ad9864017f059afcd6e57f1 (diff)
downloadnumpy-f4dd54aa614b263950b7a57329eb0ab9a2f2eadf.tar.gz
DOC: merge wiki doc edits.
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 8e7a556ac..8757b85bf 100644
--- a/numpy/core/fromnumeric.py
+++ b/numpy/core/fromnumeric.py
@@ -1986,7 +1986,7 @@ def alen(a):
Returns
-------
- l : int
+ alen : int
Length of the first dimension of `a`.
See Also