From: Thomas Heller Date: Mon, 8 Jun 2009 19:11:54 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v3.1rc2~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3440c42f330efc4fc4751b2e921507fb007591f1;p=python Fix typo. --- diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index e2dc7d8bce..ded0df8c1b 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -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`` | +----------------------+--------------------------------+----------------------------+