summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-31 14:20:54 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-31 14:20:54 (GMT)
commitec42255039d45d9da65e52c2c21c8518334c2661 (patch)
treefca0114243d42eaf67fe0dc2b1f5669f73a6b222 /Doc
parente1fa22a8ae02f3321a0878456173d68922e78804 (diff)
downloadcpython-ec42255039d45d9da65e52c2c21c8518334c2661.zip
cpython-ec42255039d45d9da65e52c2c21c8518334c2661.tar.gz
cpython-ec42255039d45d9da65e52c2c21c8518334c2661.tar.bz2
Issue #16371: fix typo in ctypes documentation.
Thanks to George Yoshida.
Diffstat (limited to 'Doc')
-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 3c602c8..83d49bd 100644
--- a/Doc/library/ctypes.rst
+++ b/Doc/library/ctypes.rst
@@ -1155,7 +1155,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::