From: Georg Brandl Date: Fri, 25 Feb 2011 11:27:48 +0000 (+0000) Subject: Markup backport fix. X-Git-Tag: v2.7.2rc1~305 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c865231c1982c98831df776459fbf669fea7d37;p=python Markup backport fix. --- diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 77eef481c4..f43e166ce7 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -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 | +----------------------+----------------------------------------+----------------------------+