From: R David Murray Date: Wed, 31 Oct 2012 14:50:27 +0000 (-0400) Subject: #16371: fix up the English a bit more. X-Git-Tag: v3.3.1rc1~715^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2959cea3f3031ea002eaf58a75f657fdef65a1d;p=thirdparty%2FPython%2Fcpython.git #16371: fix up the English a bit more. --- diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 83d49bdfbf75..3887ee19b856 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -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::