diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-31 14:21:16 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-31 14:21:16 (GMT) |
commit | 0451d251f9c57a88fc023f67adf4d8cdb7946f76 (patch) | |
tree | 928c0ea724ecd9075485f573683a2fcbfa459669 | |
parent | 694f9ce3431d0fd918dbd4648c337f15d2fb1148 (diff) | |
parent | ec42255039d45d9da65e52c2c21c8518334c2661 (diff) | |
download | cpython-0451d251f9c57a88fc023f67adf4d8cdb7946f76.zip cpython-0451d251f9c57a88fc023f67adf4d8cdb7946f76.tar.gz cpython-0451d251f9c57a88fc023f67adf4d8cdb7946f76.tar.bz2 |
Merge issue #16371: fix typo in ctypes documentation.
Thanks to George Yoshida.
-rw-r--r-- | Doc/library/ctypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 3e4afd1..71f5312 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -1094,7 +1094,7 @@ 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 +There are some edges in :mod:`ctypes` where you may expect something else than what actually happens. Consider the following example:: |