commit | c454fe45094a23befe5e9673c48b8f677475615e | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Wed Oct 31 10:53:13 2012 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Wed Oct 31 10:53:13 2012 -0400 |
tree | 6c437ab4c090dc9e99261c4867f124e946636749 | |
parent | 6e96e5e966385eb006006f768e7b813402f63026 [diff] |
#16371: fix up the English.
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 4913b82..67cbf45 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst
@@ -1153,8 +1153,8 @@ 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::