diff options
author | Georg Brandl <georg@python.org> | 2011-02-25 11:27:48 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-02-25 11:27:48 +0000 |
commit | 3c865231c1982c98831df776459fbf669fea7d37 (patch) | |
tree | cdb1e725f36dbd43a1baaea01226b9efe47e095c | |
parent | 2682661cbc3806f8388f915a2e815b9d9642e487 (diff) | |
download | cpython-git-3c865231c1982c98831df776459fbf669fea7d37.tar.gz |
Markup backport fix.
-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 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 | +----------------------+----------------------------------------+----------------------------+ |