Issue #16371: fix typo in ctypes documentation.

Thanks to George Yoshida.
This commit is contained in:
Andrew Svetlov 2012-10-31 16:20:54 +02:00
parent e1fa22a8ae
commit ec42255039
1 changed files with 1 additions and 1 deletions

View File

@ -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::