Markup backport fix.

This commit is contained in:
Georg Brandl 2011-02-25 11:27:55 +00:00
parent 9b2c82b68c
commit bd65e7fa46

View file

@ -216,7 +216,7 @@ Fundamental data types
+----------------------+----------------------------------------+----------------------------+ +----------------------+----------------------------------------+----------------------------+
| ctypes type | C type | Python type | | 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 | | :class:`c_char` | :ctype:`char` | 1-character bytes object |
+----------------------+----------------------------------------+----------------------------+ +----------------------+----------------------------------------+----------------------------+