From: R David Murray Date: Wed, 31 Oct 2012 14:53:13 +0000 (-0400) Subject: #16371: fix up the English. X-Git-Tag: v2.7.4rc1~430 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c454fe45094a23befe5e9673c48b8f677475615e;p=thirdparty%2FPython%2Fcpython.git #16371: fix up the English. --- diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 4913b82c4f51..67cbf45508d2 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -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::