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

index 4913b82c4f516a39308fde98d2532bfafc9154ff..67cbf45508d2af6b715f7c9c7c7c80bcbde22d95 100644 (file)
@@ -1153,8 +1153,8 @@ 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
-what actually happens.
+There are some edge cases in :mod:`ctypes` where you might expect something
+other than what actually happens.
 
 Consider the following example::