[Numpy-svn] r3820 - trunk/numpy/lib

numpy-svn at scipy.org numpy-svn at scipy.org
Thu May 24 14:52:28 EDT 2007


Author: edschofield
Date: 2007-05-24 13:52:25 -0500 (Thu, 24 May 2007)
New Revision: 3820

Modified:
   trunk/numpy/lib/utils.py
Log:
Change scipy -> numpy in who() docstring


Modified: trunk/numpy/lib/utils.py
===================================================================
--- trunk/numpy/lib/utils.py	2007-05-24 18:48:47 UTC (rev 3819)
+++ trunk/numpy/lib/utils.py	2007-05-24 18:52:25 UTC (rev 3820)
@@ -163,7 +163,7 @@
 
 
 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




More information about the Numpy-svn mailing list