diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-10-31 14:50:27 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-10-31 14:50:27 (GMT) |
commit | a2959cea3f3031ea002eaf58a75f657fdef65a1d (patch) | |
tree | ae2705cda6494981f5ed2fa6180788fc61f55894 /Doc | |
parent | ec42255039d45d9da65e52c2c21c8518334c2661 (diff) | |
download | cpython-a2959cea3f3031ea002eaf58a75f657fdef65a1d.zip cpython-a2959cea3f3031ea002eaf58a75f657fdef65a1d.tar.gz cpython-a2959cea3f3031ea002eaf58a75f657fdef65a1d.tar.bz2 |
#16371: fix up the English a bit more.
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 83d49bd..3887ee1 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:: |