summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-31 16:21:32 +0200
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-31 16:21:32 +0200
commitced4d3a6958e237e085c0d033f783266609bd603 (patch)
tree03e598b4460833946b3d05412d90a51005fffe3f
parent7258e1324e353a7d760db988e4b3b6aa3ab92fd0 (diff)
parent0451d251f9c57a88fc023f67adf4d8cdb7946f76 (diff)
downloadcpython-git-ced4d3a6958e237e085c0d033f783266609bd603.tar.gz
Merge issue #16371: fix typo in ctypes documentation.
Thanks to George Yoshida.
-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 3e4afd1b88..71f5312086 100644
--- a/Doc/library/ctypes.rst
+++ b/Doc/library/ctypes.rst
@@ -1094,7 +1094,7 @@ testing. Try it out with ``import __hello__`` for example.
Surprises
^^^^^^^^^
-There are some edges in :mod:`ctypes` where you may be expect something else than
+There are some edges in :mod:`ctypes` where you may expect something else than
what actually happens.
Consider the following example::