summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-31 14:21:32 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-31 14:21:32 (GMT)
commitced4d3a6958e237e085c0d033f783266609bd603 (patch)
tree03e598b4460833946b3d05412d90a51005fffe3f /Doc
parent7258e1324e353a7d760db988e4b3b6aa3ab92fd0 (diff)
parent0451d251f9c57a88fc023f67adf4d8cdb7946f76 (diff)
downloadcpython-ced4d3a6958e237e085c0d033f783266609bd603.zip
cpython-ced4d3a6958e237e085c0d033f783266609bd603.tar.gz
cpython-ced4d3a6958e237e085c0d033f783266609bd603.tar.bz2
Merge 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 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::