Skip to content

Commit

Permalink
DOC: Edit top line of info() docstring to mention array.
Browse files Browse the repository at this point in the history
[skip actions] [skip travis] [skip azp] [skip cirrus]
  • Loading branch information
WarrenWeckesser committed Mar 7, 2023
1 parent d559513 commit 3b57b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/lib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------
Expand Down

0 comments on commit 3b57b32

Please sign in to comment.