diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-31 14:21:32 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-31 14:21:32 (GMT) |
commit | ced4d3a6958e237e085c0d033f783266609bd603 (patch) | |
tree | 03e598b4460833946b3d05412d90a51005fffe3f /Doc | |
parent | 7258e1324e353a7d760db988e4b3b6aa3ab92fd0 (diff) | |
parent | 0451d251f9c57a88fc023f67adf4d8cdb7946f76 (diff) | |
download | cpython-ced4d3a6958e237e085c0d033f783266609bd603.zip cpython-ced4d3a6958e237e085c0d033f783266609bd603.tar.gz cpython-ced4d3a6958e237e085c0d033f783266609bd603.tar.bz2 |
Merge 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 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:: |