diff options
author | Eli Bendersky <eliben@gmail.com> | 2013-03-06 14:50:36 (GMT) |
---|---|---|
committer | Eli Bendersky <eliben@gmail.com> | 2013-03-06 14:50:36 (GMT) |
commit | be0c028eb50f64ea69baf612e4d5c21fef875a8f (patch) | |
tree | 3f580a9a67c98d965b4e9b0ed97e1f246a4b4353 /Doc | |
parent | ca832332160dc0cc23b36a8528d29b2c9b3bebff (diff) | |
parent | 68dd8ba010b13723b9cf4e4cf4899922486559f7 (diff) | |
download | cpython-be0c028eb50f64ea69baf612e4d5c21fef875a8f.zip cpython-be0c028eb50f64ea69baf612e4d5c21fef875a8f.tar.gz cpython-be0c028eb50f64ea69baf612e4d5c21fef875a8f.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 e848723..09ace46 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -574,8 +574,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*:: |