summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-10-31 14:52:16 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-10-31 14:52:16 (GMT)
commitace7db1d8f3e48dede2a291e63051c1be9adf111 (patch)
treef34abd814202c090598f75f778e097112377fc37 /Doc
parentced4d3a6958e237e085c0d033f783266609bd603 (diff)
parent3e11d6583a8ac171ddf25b0b764ab57c8df7f108 (diff)
downloadcpython-ace7db1d8f3e48dede2a291e63051c1be9adf111.zip
cpython-ace7db1d8f3e48dede2a291e63051c1be9adf111.tar.gz
cpython-ace7db1d8f3e48dede2a291e63051c1be9adf111.tar.bz2
merge #16371: fix up the English a bit more.
Diffstat (limited to 'Doc')
-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 71f5312..e848723 100644
--- a/Doc/library/ctypes.rst
+++ b/Doc/library/ctypes.rst
@@ -1094,8 +1094,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::