summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorAndrei Batomunkuev <abatomunkuev@myseneca.ca>2021-11-24 20:08:48 +0000
committerAndrei Batomunkuev <abatomunkuev@myseneca.ca>2021-11-24 20:08:48 +0000
commit860c66c19866050bbf25f7f675ecff3ab88398e2 (patch)
tree61d03394cf20eb00b548166507c21b598f5b9ffa /numpy
parent504a477a637894309ed23d954554ce1ad8bf609e (diff)
downloadnumpy-860c66c19866050bbf25f7f675ecff3ab88398e2.tar.gz
BUG: Fixed docstring of numpy.info()
Diffstat (limited to 'numpy')
-rw-r--r--numpy/lib/utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/lib/utils.py b/numpy/lib/utils.py
index cd0e3f3cf..c74ee127d 100644
--- a/numpy/lib/utils.py
+++ b/numpy/lib/utils.py
@@ -499,7 +499,8 @@ def info(object=None, maxwidth=76, output=None, toplevel='numpy'):
Printing width.
output : file like object, optional
File like object that the output is written to, default is
- ``None``. The object has to be opened in 'w' or 'a' mode.
+ ``None``, in which case ``sys.stdout`` will be used.
+ The object has to be opened in 'w' or 'a' mode.
toplevel : str, optional
Start search at this level.