Commit f9164e13 authored by Eli Bendersky's avatar Eli Bendersky

Fix doc grammar and line width

parent 33e20d19
...@@ -569,8 +569,8 @@ Here is a simple example of a POINT structure, which contains two integers named ...@@ -569,8 +569,8 @@ Here is a simple example of a POINT structure, which contains two integers named
ValueError: too many initializers ValueError: too many initializers
>>> >>>
You can, however, build much more complicated structures. Structures can itself You can, however, build much more complicated structures. A structure can
contain other structures by using a structure as a field type. itself contain other structures by using a structure as a field type.
Here is a RECT structure which contains two POINTs named *upperleft* and Here is a RECT structure which contains two POINTs named *upperleft* and
*lowerright*:: *lowerright*::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment