[Python-checkins] r88573 - python/branches/release31-maint/Doc/library/ctypes.rst

georg.brandl python-checkins at python.org
Fri Feb 25 12:27:55 CET 2011


Author: georg.brandl
Date: Fri Feb 25 12:27:55 2011
New Revision: 88573

Log:
Markup backport fix.

Modified:
   python/branches/release31-maint/Doc/library/ctypes.rst

Modified: python/branches/release31-maint/Doc/library/ctypes.rst
==============================================================================
--- python/branches/release31-maint/Doc/library/ctypes.rst	(original)
+++ python/branches/release31-maint/Doc/library/ctypes.rst	Fri Feb 25 12:27:55 2011
@@ -216,7 +216,7 @@
 +----------------------+----------------------------------------+----------------------------+
 | ctypes type          | C type                                 | Python type                |
 +======================+========================================+============================+
-| :class:`c_bool`      | :c:type:`_Bool`                        | bool (1)                   |
+| :class:`c_bool`      | :ctype:`_Bool`                         | bool (1)                   |
 +----------------------+----------------------------------------+----------------------------+
 | :class:`c_char`      | :ctype:`char`                          | 1-character bytes object   |
 +----------------------+----------------------------------------+----------------------------+


More information about the Python-checkins mailing list