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

arigo at codespeak.net arigo at codespeak.net
Fri Feb 4 13:43:45 CET 2005


Author: arigo
Date: Thu Feb  3 19:30:15 2005
New Revision: 8838

Modified:
   pypy/dist/pypy/interpreter/argument.py
Log:
Docstring fix.


Modified: pypy/dist/pypy/interpreter/argument.py
==============================================================================
--- pypy/dist/pypy/interpreter/argument.py	(original)
+++ pypy/dist/pypy/interpreter/argument.py	Thu Feb  3 19:30:15 2005
@@ -143,7 +143,7 @@
 
     def match_signature(self, signature, defaults_w=[]):
         """Parse args and kwargs according to the signature of a code object,
-        or raise ArgumentMatch in case of failure.
+        or raise an ArgErr in case of failure.
         """
         argnames, varargname, kwargname = signature
         #



More information about the Pypy-commit mailing list