mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Markup backport fix.
This commit is contained in:
parent
9b2c82b68c
commit
bd65e7fa46
1 changed files with 1 additions and 1 deletions
|
|
@ -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 |
|
||||
+----------------------+----------------------------------------+----------------------------+
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue