[pypy-svn] r33799 - pypy/dist/pypy/interpreter

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Oct 27 11:43:44 CEST 2006


Author: cfbolz
Date: Fri Oct 27 11:43:41 2006
New Revision: 33799

Modified:
   pypy/dist/pypy/interpreter/baseobjspace.py
Log:
fix typo


Modified: pypy/dist/pypy/interpreter/baseobjspace.py
==============================================================================
--- pypy/dist/pypy/interpreter/baseobjspace.py	(original)
+++ pypy/dist/pypy/interpreter/baseobjspace.py	Fri Oct 27 11:43:41 2006
@@ -275,7 +275,7 @@
                 #print "setitem: space instance %-20s into builtins" % name
                 self.setitem(self.builtin.w_dict, self.wrap(name), value)
 
-        # install midex and faked modules and set builtin_module_names on sys
+        # install mixed and faked modules and set builtin_module_names on sys
         for mixedname in self.get_builtinmodule_to_install():
             if (mixedname not in bootstrap_modules
                 and not mixedname.startswith('faked+')):



More information about the Pypy-commit mailing list