[Python-checkins] cpython (merge 3.2 -> 3.3): merge #16371: fix up the English a bit more.

r.david.murray python-checkins at python.org
Wed Oct 31 15:53:40 CET 2012


http://hg.python.org/cpython/rev/85504242d0ce
changeset:   80097:85504242d0ce
branch:      3.3
parent:      80094:8badb59fd35e
parent:      80096:f0b22e314975
user:        R David Murray <rdmurray at bitdance.com>
date:        Wed Oct 31 10:51:35 2012 -0400
summary:
  merge #16371: fix up the English a bit more.

files:
  Doc/library/ctypes.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst
--- a/Doc/library/ctypes.rst
+++ b/Doc/library/ctypes.rst
@@ -1094,8 +1094,8 @@
 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::
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list