From d7cee5d2ff7cd16fe4c7ab7f8dae7218b783d7c9 Mon Sep 17 00:00:00 2001 From: edschofield Date: Thu, 24 May 2007 18:52:25 +0000 Subject: Change scipy -> numpy in who() docstring --- 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 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 -- cgit v1.2.1