]> granicus.if.org Git - python/commitdiff
Markup backport fix.
authorGeorg Brandl <georg@python.org>
Fri, 25 Feb 2011 11:27:48 +0000 (11:27 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 25 Feb 2011 11:27:48 +0000 (11:27 +0000)
Doc/library/ctypes.rst

index 77eef481c439c7523bc8b56778331241055d0e18..f43e166ce7c1ffc900367c69df6f3e5cfce7e355 100644 (file)
@@ -220,7 +220,7 @@ Fundamental data types
 +----------------------+----------------------------------------+----------------------------+
 | 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 string         |
 +----------------------+----------------------------------------+----------------------------+