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

hpk at codespeak.net hpk at codespeak.net
Tue Jun 20 13:40:48 CEST 2006


Author: hpk
Date: Tue Jun 20 13:40:47 2006
New Revision: 28988

Modified:
   pypy/dist/pypy/doc/rctypes.txt
Log:
fix ReST indentation problem


Modified: pypy/dist/pypy/doc/rctypes.txt
==============================================================================
--- pypy/dist/pypy/doc/rctypes.txt	(original)
+++ pypy/dist/pypy/doc/rctypes.txt	Tue Jun 20 13:40:47 2006
@@ -51,7 +51,7 @@
 Apart from this, you can use many ctypes constructs freely: all
 primitive types except c_float and c_wchar and c_wchar_p (they will be
 added at a later time), pointers, structures, arrays, external functions.
-  The following ctypes functions are supported at run-time:
+The following ctypes functions are supported at run-time:
 create_string_buffer(), pointer(), POINTER(), sizeof(), cast().  (Adding
 support for more is easy.)  Free union are *not* supported.  There is
 some support for callbacks and a few more obscure ctypes features, but



More information about the Pypy-commit mailing list