[pypy-svn] rev 661 - pypy/trunk/src/pypy/interpreter

mwh at codespeak.net mwh at codespeak.net
Thu May 29 14:24:47 CEST 2003


Author: mwh
Date: Thu May 29 14:24:46 2003
New Revision: 661

Modified:
   pypy/trunk/src/pypy/interpreter/pycode.py
Log:
cosmetic + typo fix


Modified: pypy/trunk/src/pypy/interpreter/pycode.py
==============================================================================
--- pypy/trunk/src/pypy/interpreter/pycode.py	(original)
+++ pypy/trunk/src/pypy/interpreter/pycode.py	Thu May 29 14:24:46 2003
@@ -61,8 +61,8 @@
         w_bytecode = space.wrap(co)
         w_arguments = space.gethelper(appfile).call(
             "decode_code_arguments", [w_arguments, w_kwargs, w_defaults,
-                                       w_closure, w_bytecode])
-        # we assume that decode_codee_arguments() gives us a dictionary
+                                      w_closure, w_bytecode])
+        # we assume that decode_code_arguments() gives us a dictionary
         # of the correct length.
         return w_arguments
         


More information about the Pypy-commit mailing list