summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2013-03-06 14:49:22 (GMT)
committerEli Bendersky <eliben@gmail.com>2013-03-06 14:49:22 (GMT)
commit68dd8ba010b13723b9cf4e4cf4899922486559f7 (patch)
tree4f039ff097c652f6eb63b50cc53d2642678af8a3 /Doc
parent20d19241e5bae8e0af262142070fe8ff04b3e41b (diff)
parentf9164e13fc10f3ea2e2e36b8eec96566867264f7 (diff)
downloadcpython-68dd8ba010b13723b9cf4e4cf4899922486559f7.zip
cpython-68dd8ba010b13723b9cf4e4cf4899922486559f7.tar.gz
cpython-68dd8ba010b13723b9cf4e4cf4899922486559f7.tar.bz2
Fix doc grammar and line width
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/ctypes.rst4
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*::