diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-10-31 14:52:16 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-10-31 14:52:16 (GMT) |
commit | ace7db1d8f3e48dede2a291e63051c1be9adf111 (patch) | |
tree | f34abd814202c090598f75f778e097112377fc37 /Doc | |
parent | ced4d3a6958e237e085c0d033f783266609bd603 (diff) | |
parent | 3e11d6583a8ac171ddf25b0b764ab57c8df7f108 (diff) | |
download | cpython-ace7db1d8f3e48dede2a291e63051c1be9adf111.zip cpython-ace7db1d8f3e48dede2a291e63051c1be9adf111.tar.gz cpython-ace7db1d8f3e48dede2a291e63051c1be9adf111.tar.bz2 |
merge #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 71f5312..e848723 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -1094,8 +1094,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:: |