diff options
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 3e74da8d0..fa69e6718 100644 --- a/numpy/lib/utils.py +++ b/numpy/lib/utils.py @@ -163,7 +163,7 @@ def may_share_memory(a, b): def who(vardict=None): - """Print the scipy arrays in the given dictionary (or globals() if None). + """Print the Numpy arrays in the given dictionary (or globals() if None). """ if vardict is None: frame = sys._getframe().f_back |