From f9164e13fc10f3ea2e2e36b8eec96566867264f7 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Wed, 6 Mar 2013 06:48:57 -0800 Subject: [PATCH] Fix doc grammar and line width --- Doc/library/ctypes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 3887ee19b85..033c488f21c 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -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*::