[Python-checkins] cpython (merge 3.3 -> default): Merge issue #16371: fix typo in ctypes documentation.

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


http://hg.python.org/cpython/rev/0dac3e07ee8b
changeset:   80095:0dac3e07ee8b
parent:      80092:0c1b81465d9c
parent:      80094:8badb59fd35e
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Wed Oct 31 16:21:32 2012 +0200
summary:
  Merge 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
@@ -1094,7 +1094,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