diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-05-12 10:12:21 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-05-12 10:12:21 -0600 |
commit | e209a18b0121fca361e6cb186076c61de4b50f3a (patch) | |
tree | f9e03d08f32addb3f068ceb74aec9f80f3a2b869 /numpy/lib/utils.py | |
parent | a7e9f4579fa14a3b72af6e723bcbe5549cd6f1c1 (diff) | |
parent | eb8913d1a39e09b739a6e9449dc841a52ecbac37 (diff) | |
download | numpy-e209a18b0121fca361e6cb186076c61de4b50f3a.tar.gz |
Merge pull request #7626 from endolith/patch-1
DOC: RST definition list fixes
Diffstat (limited to 'numpy/lib/utils.py')
-rw-r--r-- | numpy/lib/utils.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/lib/utils.py b/numpy/lib/utils.py index 3f29699e9..a2191468f 100644 --- a/numpy/lib/utils.py +++ b/numpy/lib/utils.py @@ -393,9 +393,9 @@ def _info(obj, output=sys.stdout): Parameters ---------- - obj: ndarray + obj : ndarray Must be ndarray, not checked. - output: + output Where printed output goes. Notes |