From 3b57b3294e594d3635fecc13a0923994e8ab36fc Mon Sep 17 00:00:00 2001 From: warren Date: Tue, 7 Mar 2023 12:00:11 -0500 Subject: DOC: Edit top line of info() docstring to mention array. [skip actions] [skip travis] [skip azp] [skip cirrus] --- numpy/lib/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/utils.py') 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 ---------- -- cgit v1.2.1