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

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


http://hg.python.org/cpython/rev/09222815097b
changeset:   82513:09222815097b
branch:      3.2
parent:      82507:4f9de1b18cab
user:        Eli Bendersky <eliben at gmail.com>
date:        Wed Mar 06 06:48:57 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
@@ -569,8 +569,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