[Scipy-svn] r3525 - trunk/scipy/weave

scipy-svn at scipy.org scipy-svn at scipy.org
Tue Nov 13 01:10:07 EST 2007


Author: jarrod.millman
Date: 2007-11-13 00:10:03 -0600 (Tue, 13 Nov 2007)
New Revision: 3525

Modified:
   trunk/scipy/weave/blitz_tools.py
Log:
typo


Modified: trunk/scipy/weave/blitz_tools.py
===================================================================
--- trunk/scipy/weave/blitz_tools.py	2007-11-13 05:59:43 UTC (rev 3524)
+++ trunk/scipy/weave/blitz_tools.py	2007-11-13 06:10:03 UTC (rev 3525)
@@ -94,7 +94,7 @@
     expr = expr.replace('slice', 'blitz::Range' )
     expr = expr.replace('[','(')
     expr = expr.replace(']', ')' )
-    expr = expr.replace)'_stp', '1' )
+    expr = expr.replace('_stp', '1' )
 
     # Instead of blitz::fromStart and blitz::toEnd.  This requires
     # the following in the generated code.




More information about the Scipy-svn mailing list