Fix typo.
This commit is contained in:
parent
7ae90dd22d
commit
3440c42f33
|
@ -247,7 +247,7 @@ Fundamental data types
|
|||
+----------------------+--------------------------------+----------------------------+
|
||||
| :class:`c_longdouble`| ``long double`` | float |
|
||||
+----------------------+--------------------------------+----------------------------+
|
||||
| :class:`c_char_p` | ``char *`` (NUL terminated) | bytes objcet or ``None`` |
|
||||
| :class:`c_char_p` | ``char *`` (NUL terminated) | bytes object or ``None`` |
|
||||
+----------------------+--------------------------------+----------------------------+
|
||||
| :class:`c_wchar_p` | ``wchar_t *`` (NUL terminated) | string or ``None`` |
|
||||
+----------------------+--------------------------------+----------------------------+
|
||||
|
|
Loading…
Reference in New Issue