Skip to content

Commit

Permalink
bpo-36799: Fix typo in ctypes.rst (GH-13104)
Browse files Browse the repository at this point in the history
  • Loading branch information
sehnsucht13 authored and matrixise committed May 15, 2019
1 parent 5eb8b07 commit 133fc89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/ctypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2376,7 +2376,7 @@ other data types containing pointer type fields.
and so on). Later assignments to the :attr:`_fields_` class variable will
raise an AttributeError.

It is possible to defined sub-subclasses of structure types, they inherit
It is possible to define sub-subclasses of structure types, they inherit
the fields of the base class plus the :attr:`_fields_` defined in the
sub-subclass, if any.

Expand Down Expand Up @@ -2424,7 +2424,7 @@ other data types containing pointer type fields.
td.lptdesc = POINTER(some_type)
td.u.lptdesc = POINTER(some_type)

It is possible to defined sub-subclasses of structures, they inherit the
It is possible to define sub-subclasses of structures, they inherit the
fields of the base class. If the subclass definition has a separate
:attr:`_fields_` variable, the fields specified in this are appended to the
fields of the base class.
Expand Down

0 comments on commit 133fc89

Please sign in to comment.