mirror of
https://github.com/python/cpython.git
synced 2025-09-25 01:43:11 +00:00
Fix doc grammar and line width
This commit is contained in:
commit
be0c028eb5
1 changed files with 2 additions and 2 deletions
|
@ -574,8 +574,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*::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue