[pypy-svn] r53691 - pypy/branch/ctypes-stable/pypy/doc

pedronis at codespeak.net pedronis at codespeak.net
Fri Apr 11 17:43:16 CEST 2008


Author: pedronis
Date: Fri Apr 11 17:43:16 2008
New Revision: 53691

Modified:
   pypy/branch/ctypes-stable/pypy/doc/ctypes-implementation.txt
Log:
got confused here



Modified: pypy/branch/ctypes-stable/pypy/doc/ctypes-implementation.txt
==============================================================================
--- pypy/branch/ctypes-stable/pypy/doc/ctypes-implementation.txt	(original)
+++ pypy/branch/ctypes-stable/pypy/doc/ctypes-implementation.txt	Fri Apr 11 17:43:16 2008
@@ -55,7 +55,7 @@
 Discussion and limitations
 =============================
 
-Reimplementing ctypes features were in general possible. PyPy supports
+Reimplementing ctypes features was in general possible. PyPy supports
 pluggable garbage collectors, some of them are moving collectors, this
 means that the strategy of passing direct references inside Python
 objects to an external library is not feasible (unless the GCs



More information about the Pypy-commit mailing list