[pypy-svn] r8179 - pypy/branch/src-pytest/pypy/tool

pedronis at codespeak.net pedronis at codespeak.net
Sat Jan 8 20:09:47 CET 2005


Author: pedronis
Date: Sat Jan  8 20:09:46 2005
New Revision: 8179

Modified:
   pypy/branch/src-pytest/pypy/tool/fiximport.py
Log:
typo.



Modified: pypy/branch/src-pytest/pypy/tool/fiximport.py
==============================================================================
--- pypy/branch/src-pytest/pypy/tool/fiximport.py	(original)
+++ pypy/branch/src-pytest/pypy/tool/fiximport.py	Sat Jan  8 20:09:46 2005
@@ -75,7 +75,7 @@
     return objspace,skip
 
 
-# option -o let you pick a default objspace wich will be enforced
+# option -o let you pick a default objspace which will be enforced
 # trough a module global objspacename = 
 
 default_objspace = None



More information about the Pypy-commit mailing list