mirror of https://github.com/python/cpython
Markup backport fix.
This commit is contained in:
parent
2682661cbc
commit
3c865231c1
|
@ -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 |
|
||||
+----------------------+----------------------------------------+----------------------------+
|
||||
|
|
Loading…
Reference in New Issue