[pypy-svn] r7313 - pypy/trunk/src/pypy/objspace/std

bob at codespeak.net bob at codespeak.net
Wed Nov 17 12:51:37 CET 2004


Author: bob
Date: Wed Nov 17 12:51:37 2004
New Revision: 7313

Modified:
   pypy/trunk/src/pypy/objspace/std/multimethod.py
Log:
spelling correction in comment



Modified: pypy/trunk/src/pypy/objspace/std/multimethod.py
==============================================================================
--- pypy/trunk/src/pypy/objspace/std/multimethod.py	(original)
+++ pypy/trunk/src/pypy/objspace/std/multimethod.py	Wed Nov 17 12:51:37 2004
@@ -11,7 +11,7 @@
 
 # This file defines three major classes:
 #
-#   MultiMethod is the class you instanciate explicitely.
+#   MultiMethod is the class you instanciate explicitly.
 #   It is essentially just a collection of registered functions.
 #   If xxx is a MultiMethod, StdObjSpace.xxx is xxx again,
 #   and space.xxx is a BoundMultiMethod.



More information about the Pypy-commit mailing list