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

mwh at codespeak.net mwh at codespeak.net
Fri Dec 16 11:54:58 CET 2005


Author: mwh
Date: Fri Dec 16 11:54:57 2005
New Revision: 21211

Modified:
   pypy/dist/pypy/objspace/std/objspace.py
Log:
typo (thanks carl)


Modified: pypy/dist/pypy/objspace/std/objspace.py
==============================================================================
--- pypy/dist/pypy/objspace/std/objspace.py	(original)
+++ pypy/dist/pypy/objspace/std/objspace.py	Fri Dec 16 11:54:57 2005
@@ -232,7 +232,7 @@
         "Wraps the Python value 'x' into one of the wrapper classes."
         # You might notice that this function is rather conspicuously
         # not RPython.  We can get away with this because the function
-        # is speicalized (see after the function body).  Also worth
+        # is specialized (see after the function body).  Also worth
         # noting is that the isinstance's involving integer types
         # behave rather differently to how you might expect during
         # annotation (see pypy/annotation/builtin.py)



More information about the Pypy-commit mailing list