diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-31 14:20:54 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-31 14:20:54 (GMT) |
commit | ec42255039d45d9da65e52c2c21c8518334c2661 (patch) | |
tree | fca0114243d42eaf67fe0dc2b1f5669f73a6b222 /Doc | |
parent | e1fa22a8ae02f3321a0878456173d68922e78804 (diff) | |
download | cpython-ec42255039d45d9da65e52c2c21c8518334c2661.zip cpython-ec42255039d45d9da65e52c2c21c8518334c2661.tar.gz cpython-ec42255039d45d9da65e52c2c21c8518334c2661.tar.bz2 |
Issue #16371: fix typo in ctypes documentation.
Thanks to George Yoshida.
Diffstat (limited to 'Doc')
-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 3c602c8..83d49bd 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -1155,7 +1155,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:: |