From a2959cea3f3031ea002eaf58a75f657fdef65a1d Mon Sep 17 00:00:00 2001 From: R David Murray Date: Wed, 31 Oct 2012 10:50:27 -0400 Subject: [PATCH] #16371: fix up the English a bit more. --- 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 83d49bdfbf7..3887ee19b85 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::