summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2009-06-08 19:11:54 +0000
committerThomas Heller <theller@ctypes.org>2009-06-08 19:11:54 +0000
commit3440c42f330efc4fc4751b2e921507fb007591f1 (patch)
treef3b489a0349c360c0a293c1dcf9e27d05665162c
parent7ae90dd22d4a8e2fbf49c4fd0be9cc88bb852fee (diff)
downloadcpython-git-3440c42f330efc4fc4751b2e921507fb007591f1.tar.gz
Fix typo.
-rw-r--r--Doc/library/ctypes.rst2
1 files changed, 1 insertions, 1 deletions
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`` |
+----------------------+--------------------------------+----------------------------+