diff options
author | Georg Brandl <georg@python.org> | 2011-02-25 11:27:55 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-02-25 11:27:55 (GMT) |
commit | bd65e7fa46505fac33424d23135ee3408b746bcb (patch) | |
tree | 7683fb83bbff2be79a75f12f34dda2c9acf4de2e /Doc/library | |
parent | 9b2c82b68cbd6b2d914eb1b824e47b8304a578bb (diff) | |
download | cpython-bd65e7fa46505fac33424d23135ee3408b746bcb.zip cpython-bd65e7fa46505fac33424d23135ee3408b746bcb.tar.gz cpython-bd65e7fa46505fac33424d23135ee3408b746bcb.tar.bz2 |
Markup backport fix.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/ctypes.rst | 2 |
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 | +----------------------+----------------------------------------+----------------------------+ |