diff options
author | edschofield <edschofield@localhost> | 2007-05-24 18:52:25 +0000 |
---|---|---|
committer | edschofield <edschofield@localhost> | 2007-05-24 18:52:25 +0000 |
commit | d7cee5d2ff7cd16fe4c7ab7f8dae7218b783d7c9 (patch) | |
tree | 44a7335a45bc8ad144a07e1b2f95684780fb840b /numpy/lib/utils.py | |
parent | de20de7f096fd4b5be726c29b9bb43bb0a092934 (diff) | |
download | numpy-d7cee5d2ff7cd16fe4c7ab7f8dae7218b783d7c9.tar.gz |
Change scipy -> numpy in who() docstring
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 |