Markup backport fix.

This commit is contained in:
Georg Brandl 2011-02-25 11:27:48 +00:00
parent 2682661cbc
commit 3c865231c1
1 changed files with 1 additions and 1 deletions

View File

@ -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 |
+----------------------+----------------------------------------+----------------------------+