]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #16371: fix typo in ctypes documentation.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 31 Oct 2012 14:20:54 +0000 (16:20 +0200)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 31 Oct 2012 14:20:54 +0000 (16:20 +0200)
Thanks to George Yoshida.

Doc/library/ctypes.rst

index 3c602c8a25f9b0ff1b935dc6fa6f224b777b7bb3..83d49bdfbf75218aaef957caad3f3625b9e26361 100644 (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::