Merge issue #16371: fix typo in ctypes documentation.

Thanks to George Yoshida.
This commit is contained in:
Andrew Svetlov 2012-10-31 16:21:16 +02:00
commit 0451d251f9
1 changed files with 1 additions and 1 deletions

View File

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