summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-31 14:21:16 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-31 14:21:16 (GMT)
commit0451d251f9c57a88fc023f67adf4d8cdb7946f76 (patch)
tree928c0ea724ecd9075485f573683a2fcbfa459669
parent694f9ce3431d0fd918dbd4648c337f15d2fb1148 (diff)
parentec42255039d45d9da65e52c2c21c8518334c2661 (diff)
downloadcpython-0451d251f9c57a88fc023f67adf4d8cdb7946f76.zip
cpython-0451d251f9c57a88fc023f67adf4d8cdb7946f76.tar.gz
cpython-0451d251f9c57a88fc023f67adf4d8cdb7946f76.tar.bz2
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 3e4afd1..71f5312 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::