[Python-checkins] cpython (3.2): Issue #16371: fix typo in ctypes documentation.

andrew.svetlov python-checkins at python.org
Wed Oct 31 15:21:48 CET 2012


http://hg.python.org/cpython/rev/ee13dc0793df
changeset:   80093:ee13dc0793df
branch:      3.2
parent:      80090:4c35f5ec6acf
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Wed Oct 31 16:20:54 2012 +0200
summary:
  Issue #16371: fix typo in ctypes documentation.

Thanks to George Yoshida.

files:
  Doc/library/ctypes.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst
--- a/Doc/library/ctypes.rst
+++ b/Doc/library/ctypes.rst
@@ -1155,7 +1155,7 @@
 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::

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list