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

hpk at codespeak.net hpk at codespeak.net
Fri Aug 1 01:13:13 CEST 2003


Author: hpk
Date: Fri Aug  1 01:13:12 2003
New Revision: 1253

Modified:
   pypy/trunk/doc/objspace/abstractobjspace.txt
   pypy/trunk/doc/objspace/annotateobjspace.txt
Log:
some reST fixes. 



Modified: pypy/trunk/doc/objspace/abstractobjspace.txt
==============================================================================
--- pypy/trunk/doc/objspace/abstractobjspace.txt	(original)
+++ pypy/trunk/doc/objspace/abstractobjspace.txt	Fri Aug  1 01:13:12 2003
@@ -13,4 +13,4 @@
 
 As an example of more abstract object spaces you have the ones with finite domain, i.e. with a finite number of different possible wrapped objects. For example, you can use True and False as wrapped values to denote the fact that the object is, respectively, a non-negative integer or anything else. In this way you are doing another kind of type inference that just tells you which variables will only ever contain non-negative integers.
 
-.. _AnnotatedObjSpace: annotateobjspace.html
+.. _AnnotateObjSpace: annotateobjspace.html

Modified: pypy/trunk/doc/objspace/annotateobjspace.txt
==============================================================================
--- pypy/trunk/doc/objspace/annotateobjspace.txt	(original)
+++ pypy/trunk/doc/objspace/annotateobjspace.txt	Fri Aug  1 01:13:12 2003
@@ -1,5 +1,5 @@
 =========================
-Annotated Object Space
+Annotate Object Space
 =========================
 
 was TranslateObjectSpace


More information about the Pypy-commit mailing list