From bd65e7fa46505fac33424d23135ee3408b746bcb Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 25 Feb 2011 11:27:55 +0000 Subject: Markup backport fix. --- Doc/library/ctypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 6e54b62..d1d025b 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -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 | +----------------------+----------------------------------------+----------------------------+ -- cgit v0.12