diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-10-31 14:53:13 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-10-31 14:53:13 (GMT) |
commit | c454fe45094a23befe5e9673c48b8f677475615e (patch) | |
tree | 6c437ab4c090dc9e99261c4867f124e946636749 /Doc | |
parent | 6e96e5e966385eb006006f768e7b813402f63026 (diff) | |
download | cpython-c454fe45094a23befe5e9673c48b8f677475615e.zip cpython-c454fe45094a23befe5e9673c48b8f677475615e.tar.gz cpython-c454fe45094a23befe5e9673c48b8f677475615e.tar.bz2 |
#16371: fix up the English.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/ctypes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ 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:: |