[Numpy-svn] r8340 - branches/1.4.x

numpy-svn at scipy.org numpy-svn at scipy.org
Sun Apr 18 05:31:44 EDT 2010


Author: rgommers
Date: 2010-04-18 04:31:44 -0500 (Sun, 18 Apr 2010)
New Revision: 8340

Modified:
   branches/1.4.x/pavement.py
Log:
Fix typo.

Modified: branches/1.4.x/pavement.py
===================================================================
--- branches/1.4.x/pavement.py	2010-04-18 09:23:21 UTC (rev 8339)
+++ branches/1.4.x/pavement.py	2010-04-18 09:31:44 UTC (rev 8340)
@@ -15,7 +15,7 @@
     # remove build dir, and everything generated by previous paver calls
     # (included generated installers). Use with care !
     paver nuke
-    paver bootstrap && source boostrap/bin/activate
+    paver bootstrap && source bootstrap/bin/activate
     # Installing numpy is necessary to build the correct documentation (because
     # of autodoc)
     python setupegg.py install




More information about the Numpy-svn mailing list