[pypy-svn] rev 936 - pypy/trunk/doc/objspace

anna at codespeak.net anna at codespeak.net
Sun Jun 22 14:30:52 CEST 2003


Author: anna
Date: Sun Jun 22 14:30:52 2003
New Revision: 936

Modified:
   pypy/trunk/doc/objspace/objspace.txt
Log:
updated filenames in links

Modified: pypy/trunk/doc/objspace/objspace.txt
==============================================================================
--- pypy/trunk/doc/objspace/objspace.txt	(original)
+++ pypy/trunk/doc/objspace/objspace.txt	Sun Jun 22 14:30:52 2003
@@ -20,7 +20,7 @@
 - TrivialObjectSpace_
 - StandardObjectSpace_
 - AbstractObjectSpace_
-- TranslateObjectSpace_
+- AnnotateObjectSpace_
 
 (We should also talk about turning the compiler and the main loop into explicit concepts, as Rocco discussed in pypy-dev.)
 
@@ -32,8 +32,8 @@
 
 ------------
 
-.. _ObjectSpaceInterface: ObSpIntfc.html
-.. _TrivialObjectSpace: TrivObSp.html
-.. _StandardObjectSpace: StObSp.html
-.. _AbstractObjectSpace: AbObSp.html
-.. _TranslateObjectSpace: TranObSp.html
+.. _ObjectSpaceInterface: objspaceinterface.html
+.. _TrivialObjectSpace: trivialobjspace.html
+.. _StandardObjectSpace: stdobjspace.html
+.. _AbstractObjectSpace: abstractobjspace.html
+.. _AnnotateObjectSpace: annotateobjspace.html


More information about the Pypy-commit mailing list