From: Eli Bendersky Date: Wed, 6 Mar 2013 14:53:39 +0000 (-0800) Subject: Fix doc grammar and line width X-Git-Tag: v2.7.4rc1~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82078bcfc3ec9c3af11a8232262c043e819feb25;p=thirdparty%2FPython%2Fcpython.git Fix doc grammar and line width --- diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 67cbf45508d2..b51ea51ca675 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -568,8 +568,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*::