[Numpy-svn] r3495 - trunk/numpy

numpy-svn at scipy.org numpy-svn at scipy.org
Sun Jan 7 21:22:23 EST 2007


Author: timl
Date: 2007-01-07 20:22:12 -0600 (Sun, 07 Jan 2007)
New Revision: 3495

Modified:
   trunk/numpy/add_newdocs.py
Log:
Fix docstring typo as per #397

Modified: trunk/numpy/add_newdocs.py
===================================================================
--- trunk/numpy/add_newdocs.py	2007-01-07 21:49:02 UTC (rev 3494)
+++ trunk/numpy/add_newdocs.py	2007-01-08 02:22:12 UTC (rev 3495)
@@ -701,7 +701,7 @@
     """a.byteswap(False) -> View or copy. Swap the bytes in the array.
 
     Swap the bytes in the array.  Return the byteswapped array.  If the first
-    argument is TRUE, byteswap in-place and return a reference to self.
+    argument is True, byteswap in-place and return a reference to self.
 
     """))
 




More information about the Numpy-svn mailing list