summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-02-25 11:27:55 (GMT)
committerGeorg Brandl <georg@python.org>2011-02-25 11:27:55 (GMT)
commitbd65e7fa46505fac33424d23135ee3408b746bcb (patch)
tree7683fb83bbff2be79a75f12f34dda2c9acf4de2e
parent9b2c82b68cbd6b2d914eb1b824e47b8304a578bb (diff)
downloadcpython-bd65e7fa46505fac33424d23135ee3408b746bcb.zip
cpython-bd65e7fa46505fac33424d23135ee3408b746bcb.tar.gz
cpython-bd65e7fa46505fac33424d23135ee3408b746bcb.tar.bz2
Markup backport fix.
-rw-r--r--Doc/library/ctypes.rst2
1 files changed, 1 insertions, 1 deletions
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 |
+----------------------+----------------------------------------+----------------------------+