[pypy-svn] r40117 - pypy/dist/pypy/doc

pedronis at codespeak.net pedronis at codespeak.net
Fri Mar 9 16:41:44 CET 2007


Author: pedronis
Date: Fri Mar  9 16:41:42 2007
New Revision: 40117

Modified:
   pypy/dist/pypy/doc/objspace.txt
Log:
consistent formatting for types



Modified: pypy/dist/pypy/doc/objspace.txt
==============================================================================
--- pypy/dist/pypy/doc/objspace.txt	(original)
+++ pypy/dist/pypy/doc/objspace.txt	Fri Mar  9 16:41:42 2007
@@ -382,7 +382,7 @@
 From the user's point of view, the multiple internal ``W_XxxObject``
 classes are not visible: they are still all instances of exactly the
 same Python type.  PyPy knows that (e.g.) the application-level type of
-its interpreter-level ``W_StringObject`` instances is "str" because
+its interpreter-level ``W_StringObject`` instances is str because
 there is a ``typedef`` class attribute in ``W_StringObject`` which
 points back to the string type specification from `stringtype.py`_; all
 other implementations of strings use the same ``typedef`` from



More information about the Pypy-commit mailing list