]> granicus.if.org Git - python/commitdiff
Fix doc grammar and line width
authorEli Bendersky <eliben@gmail.com>
Wed, 6 Mar 2013 14:48:57 +0000 (06:48 -0800)
committerEli Bendersky <eliben@gmail.com>
Wed, 6 Mar 2013 14:48:57 +0000 (06:48 -0800)
Doc/library/ctypes.rst

index 3887ee19b856ddba0fc1bba9074640d2453472e6..033c488f21c03626499b24a88d45efe17a9a2c20 100644 (file)
@@ -569,8 +569,8 @@ Here is a simple example of a POINT structure, which contains two integers named
    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*::