[Scipy-svn] r2862 - trunk/Lib/sandbox/maskedarray/tests

scipy-svn at scipy.org scipy-svn at scipy.org
Wed Mar 21 17:28:20 EDT 2007


Author: pierregm
Date: 2007-03-21 16:28:18 -0500 (Wed, 21 Mar 2007)
New Revision: 2862

Modified:
   trunk/Lib/sandbox/maskedarray/tests/test_core.py
Log:


Modified: trunk/Lib/sandbox/maskedarray/tests/test_core.py
===================================================================
--- trunk/Lib/sandbox/maskedarray/tests/test_core.py	2007-03-21 21:28:05 UTC (rev 2861)
+++ trunk/Lib/sandbox/maskedarray/tests/test_core.py	2007-03-21 21:28:18 UTC (rev 2862)
@@ -1001,7 +1001,7 @@
         assert_equal(mx.mask, [0,1,0])
         mx = masked_array(x, mask=[0,1,0], keep_mask=True)
         assert_equal(mx.mask, [1,1,0])   
-        #We default to true
+        # We default to true
         mx = masked_array(x, mask=[0,1,0])
         assert_equal(mx.mask, [1,1,0])
     




More information about the Scipy-svn mailing list