diff options
author | warren <warren.weckesser@gmail.com> | 2023-03-07 12:00:11 -0500 |
---|---|---|
committer | warren <warren.weckesser@gmail.com> | 2023-03-07 12:00:26 -0500 |
commit | 3b57b3294e594d3635fecc13a0923994e8ab36fc (patch) | |
tree | a35621fe4b249b0938d7d55f7b8385c4c9c294b8 /numpy/lib/utils.py | |
parent | d559513a682ae91a85d823b414df7588c04b1e5a (diff) | |
download | numpy-3b57b3294e594d3635fecc13a0923994e8ab36fc.tar.gz |
DOC: Edit top line of info() docstring to mention array.
[skip actions] [skip travis] [skip azp] [skip cirrus]
Diffstat (limited to 'numpy/lib/utils.py')
-rw-r--r-- | numpy/lib/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/utils.py b/numpy/lib/utils.py index 5d5770c71..b5add0ace 100644 --- a/numpy/lib/utils.py +++ b/numpy/lib/utils.py @@ -528,7 +528,7 @@ def _info(obj, output=None): @set_module('numpy') def info(object=None, maxwidth=76, output=None, toplevel='numpy'): """ - Get help information for a function, class, or module. + Get help information for an array, function, class, or module. Parameters ---------- |