mirror of https://github.com/python/cpython
Issue #16371: fix typo in ctypes documentation.
Thanks to George Yoshida.
This commit is contained in:
parent
e1fa22a8ae
commit
ec42255039
|
@ -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::
|
||||
|
|
Loading…
Reference in New Issue