File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2376,7 +2376,7 @@ other data types containing pointer type fields.
2376
2376
and so on). Later assignments to the :attr: `_fields_ ` class variable will
2377
2377
raise an AttributeError.
2378
2378
2379
- It is possible to defined sub-subclasses of structure types, they inherit
2379
+ It is possible to define sub-subclasses of structure types, they inherit
2380
2380
the fields of the base class plus the :attr: `_fields_ ` defined in the
2381
2381
sub-subclass, if any.
2382
2382
@@ -2424,7 +2424,7 @@ other data types containing pointer type fields.
2424
2424
td.lptdesc = POINTER(some_type)
2425
2425
td.u.lptdesc = POINTER(some_type)
2426
2426
2427
- It is possible to defined sub-subclasses of structures, they inherit the
2427
+ It is possible to define sub-subclasses of structures, they inherit the
2428
2428
fields of the base class. If the subclass definition has a separate
2429
2429
:attr: `_fields_ ` variable, the fields specified in this are appended to the
2430
2430
fields of the base class.
You can’t perform that action at this time.
0 commit comments