Kaydet (Commit) 3c865231 authored tarafından Georg Brandl's avatar Georg Brandl

Markup backport fix.

üst 2682661c
...@@ -220,7 +220,7 @@ Fundamental data types ...@@ -220,7 +220,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 string | | :class:`c_char` | :ctype:`char` | 1-character string |
+----------------------+----------------------------------------+----------------------------+ +----------------------+----------------------------------------+----------------------------+
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment