]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#16371: fix up the English a bit more.
authorR David Murray <rdmurray@bitdance.com>
Wed, 31 Oct 2012 14:50:27 +0000 (10:50 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 31 Oct 2012 14:50:27 +0000 (10:50 -0400)
Doc/library/ctypes.rst

index 83d49bdfbf75218aaef957caad3f3625b9e26361..3887ee19b856ddba0fc1bba9074640d2453472e6 100644 (file)
@@ -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::