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

goden at codespeak.net goden at codespeak.net
Tue Mar 14 06:31:57 CET 2006


Author: goden
Date: Tue Mar 14 06:31:52 2006
New Revision: 24328

Modified:
   pypy/dist/pypy/doc/ctypes-integration.txt
Log:
- trivial corrections



Modified: pypy/dist/pypy/doc/ctypes-integration.txt
==============================================================================
--- pypy/dist/pypy/doc/ctypes-integration.txt	(original)
+++ pypy/dist/pypy/doc/ctypes-integration.txt	Tue Mar 14 06:31:52 2006
@@ -72,10 +72,10 @@
 
 Thus the annotator tracks the memory state of each ctypes object. Pointers
 to structures are annotated differently when they are return by an external
-function. As stated abbove a mixed memory mode function result type is not
-considered rctypes compliant and therefore annotated as `SomeObject` [#].
+function. As stated above a mixed memory mode function result type is not
+considered rctypes compliant and therefore annotated as `SomeObject` [#]_.
 
-..[#] This restriction will be lifted in future ctypes versions. 
+.. [#] This restriction will be lifted in future ctypes versions. 
 
 Memory-Layout
 -------------



More information about the Pypy-commit mailing list