Fix typo.

This commit is contained in:
Thomas Heller 2009-06-08 19:11:54 +00:00
parent 7ae90dd22d
commit 3440c42f33
1 changed files with 1 additions and 1 deletions

View File

@ -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`` |
+----------------------+--------------------------------+----------------------------+