summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-10-31 14:50:27 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-10-31 14:50:27 (GMT)
commita2959cea3f3031ea002eaf58a75f657fdef65a1d (patch)
treeae2705cda6494981f5ed2fa6180788fc61f55894
parentec42255039d45d9da65e52c2c21c8518334c2661 (diff)
downloadcpython-a2959cea3f3031ea002eaf58a75f657fdef65a1d.zip
cpython-a2959cea3f3031ea002eaf58a75f657fdef65a1d.tar.gz
cpython-a2959cea3f3031ea002eaf58a75f657fdef65a1d.tar.bz2
#16371: fix up the English a bit more.
-rw-r--r--Doc/library/ctypes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst
index 83d49bd..3887ee1 100644
--- a/Doc/library/ctypes.rst
+++ b/Doc/library/ctypes.rst
@@ -1155,8 +1155,8 @@ testing. Try it out with ``import __hello__`` for example.
Surprises
^^^^^^^^^
-There are some edges in :mod:`ctypes` where you may expect something else than
-what actually happens.
+There are some edges in :mod:`ctypes` where you might expect something other
+than what actually happens.
Consider the following example::