[pypy-svn] r19338 - pypy/release/0.8.x/pypy/doc

pedronis at codespeak.net pedronis at codespeak.net
Tue Nov 1 13:38:33 CET 2005


Author: pedronis
Date: Tue Nov  1 13:38:32 2005
New Revision: 19338

Modified:
   pypy/release/0.8.x/pypy/doc/architecture.txt
Log:
the current name is wrappeditems for the interp-level list of lists.



Modified: pypy/release/0.8.x/pypy/doc/architecture.txt
==============================================================================
--- pypy/release/0.8.x/pypy/doc/architecture.txt	(original)
+++ pypy/release/0.8.x/pypy/doc/architecture.txt	Tue Nov  1 13:38:32 2005
@@ -301,7 +301,7 @@
 For example, an application-level Python ``list``
 is implemented by the `standard object space`_ as an
 instance of ``W_ListObject``, which has an instance attribute
-``ob_item`` (an interpreter-level list which contains the
+``wrappeditems`` (an interpreter-level list which contains the
 application-level list's items as wrapped objects).
 
 The rules are described in more details `in the coding guide`_.



More information about the Pypy-commit mailing list