]> granicus.if.org Git - python/commitdiff
Fix typo.
authorThomas Heller <theller@ctypes.org>
Mon, 8 Jun 2009 19:11:54 +0000 (19:11 +0000)
committerThomas Heller <theller@ctypes.org>
Mon, 8 Jun 2009 19:11:54 +0000 (19:11 +0000)
Doc/library/ctypes.rst

index e2dc7d8bce1c08ca71b53544a566388450ca3996..ded0df8c1bef90cf436097b63db9a15cf17f0585 100644 (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``         |
    +----------------------+--------------------------------+----------------------------+