From c454fe45094a23befe5e9673c48b8f677475615e Mon Sep 17 00:00:00 2001 From: R David Murray Date: Wed, 31 Oct 2012 10:53:13 -0400 Subject: [PATCH] #16371: fix up the English. --- Doc/library/ctypes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 4913b82c4f5..67cbf45508d 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::