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

arigo at codespeak.net arigo at codespeak.net
Thu Mar 22 22:41:46 CET 2007


Author: arigo
Date: Thu Mar 22 22:41:44 2007
New Revision: 41127

Modified:
   pypy/dist/pypy/interpreter/argument.py
Log:
Typo.


Modified: pypy/dist/pypy/interpreter/argument.py
==============================================================================
--- pypy/dist/pypy/interpreter/argument.py	(original)
+++ pypy/dist/pypy/interpreter/argument.py	Thu Mar 22 22:41:44 2007
@@ -206,7 +206,8 @@
     
 class ArgumentsFromValuestack(AbstractArguments):
     """
-    Collects the arguments of a fuction call as stored on a PyFrame valuestack.
+    Collects the arguments of a function call as stored on a PyFrame
+    valuestack.
 
     Only for the case of purely positional arguments, for now.
     """



More information about the Pypy-commit mailing list