[Python-checkins] cpython (merge 3.2 -> 3.3): Fix doc grammar and line width

eli.bendersky python-checkins at python.org
Wed Mar 6 15:51:27 CET 2013


http://hg.python.org/cpython/rev/2d8388759305
changeset:   82514:2d8388759305
branch:      3.3
parent:      82508:5e294202f93e
parent:      82513:09222815097b
user:        Eli Bendersky <eliben at gmail.com>
date:        Wed Mar 06 06:49:22 2013 -0800
summary:
  Fix doc grammar and line width

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


diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst
--- a/Doc/library/ctypes.rst
+++ b/Doc/library/ctypes.rst
@@ -574,8 +574,8 @@
    ValueError: too many initializers
    >>>
 
-You can, however, build much more complicated structures. Structures can itself
-contain other structures by using a structure as a field type.
+You can, however, build much more complicated structures.  A structure can
+itself contain other structures by using a structure as a field type.
 
 Here is a RECT structure which contains two POINTs named *upperleft* and
 *lowerright*::

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


More information about the Python-checkins mailing list