diff options
author | Eli Bendersky <eliben@gmail.com> | 2013-03-06 14:48:57 (GMT) |
---|---|---|
committer | Eli Bendersky <eliben@gmail.com> | 2013-03-06 14:48:57 (GMT) |
commit | f9164e13fc10f3ea2e2e36b8eec96566867264f7 (patch) | |
tree | a5ce7f9b7f5ee7c735ae02b6ed2e248f9c108594 /Doc | |
parent | 33e20d195440b98b81d7ab260922e466c4275bf0 (diff) | |
download | cpython-f9164e13fc10f3ea2e2e36b8eec96566867264f7.zip cpython-f9164e13fc10f3ea2e2e36b8eec96566867264f7.tar.gz cpython-f9164e13fc10f3ea2e2e36b8eec96566867264f7.tar.bz2 |
Fix doc grammar and line width
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/ctypes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 3887ee1..033c488 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*:: |