diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-10-31 14:51:35 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-10-31 14:51:35 (GMT) |
commit | 3e11d6583a8ac171ddf25b0b764ab57c8df7f108 (patch) | |
tree | de18eb61951fa44758f005a0203650f18bea8084 | |
parent | 0451d251f9c57a88fc023f67adf4d8cdb7946f76 (diff) | |
parent | a2959cea3f3031ea002eaf58a75f657fdef65a1d (diff) | |
download | cpython-3e11d6583a8ac171ddf25b0b764ab57c8df7f108.zip cpython-3e11d6583a8ac171ddf25b0b764ab57c8df7f108.tar.gz cpython-3e11d6583a8ac171ddf25b0b764ab57c8df7f108.tar.bz2 |
merge #16371: fix up the English a bit more.
-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:: |