Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68dd8ba

Browse files
committed
Fix doc grammar and line width
2 parents 20d1924 + f9164e1 commit 68dd8ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/ctypes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,8 @@ Here is a simple example of a POINT structure, which contains two integers named
574574
ValueError: too many initializers
575575
>>>
576576

577-
You can, however, build much more complicated structures. Structures can itself
578-
contain other structures by using a structure as a field type.
577+
You can, however, build much more complicated structures. A structure can
578+
itself contain other structures by using a structure as a field type.
579579

580580
Here is a RECT structure which contains two POINTs named *upperleft* and
581581
*lowerright*::

0 commit comments

Comments
 (0)