[pypy-svn] r54263 - pypy/dist/pypy/objspace/std

arigo at codespeak.net arigo at codespeak.net
Wed Apr 30 12:23:24 CEST 2008


Author: arigo
Date: Wed Apr 30 12:23:24 2008
New Revision: 54263

Modified:
   pypy/dist/pypy/objspace/std/multimethod.py
Log:
Typo.


Modified: pypy/dist/pypy/objspace/std/multimethod.py
==============================================================================
--- pypy/dist/pypy/objspace/std/multimethod.py	(original)
+++ pypy/dist/pypy/objspace/std/multimethod.py	Wed Apr 30 12:23:24 2008
@@ -8,7 +8,7 @@
 # test_multimethod.
 
 # These multimethods support delegation: for each class A we must
-# provide a "typeorder", which is list of pairs ((B, converter)) where B
+# provide a "typeorder", which is list of pairs (B, converter) where B
 # is a class and 'converter' is a function that can convert from an
 # instance of A to an instance of B.  If 'converter' is None it is
 # assumed that the instance needs no conversion.  The first entry in the



More information about the Pypy-commit mailing list