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

eli.bendersky python-checkins at python.org
Wed Mar 6 15:54:25 CET 2013


http://hg.python.org/cpython/rev/cfc777407b03
changeset:   82516:cfc777407b03
branch:      2.7
parent:      82506:01a8fcc91d5a
user:        Eli Bendersky <eliben at gmail.com>
date:        Wed Mar 06 06:53:39 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
@@ -568,8 +568,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