diff options
author | Endolith <endolith@gmail.com> | 2016-05-11 20:09:04 -0400 |
---|---|---|
committer | Endolith <endolith@gmail.com> | 2016-05-11 20:47:47 -0400 |
commit | eb8913d1a39e09b739a6e9449dc841a52ecbac37 (patch) | |
tree | f9e03d08f32addb3f068ceb74aec9f80f3a2b869 /numpy/lib/utils.py | |
parent | 2df36ec6bf0beb0258898003a182b03590bee0c1 (diff) | |
download | numpy-eb8913d1a39e09b739a6e9449dc841a52ecbac37.tar.gz |
DOC: Fix some incorrect RST definition lists
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 |