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

index 6e54b621fa8dbb70d4bec866b518708a44738132..d1d025bf52f954ef7a7ad9cd75f3d1b74213785c 100644 (file)
@@ -216,7 +216,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 bytes object   |
 +----------------------+----------------------------------------+----------------------------+