File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ Classes checker Messages
328
328
interface or in an overridden method.
329
329
:protected-access (W0212): *Access to a protected member %s of a client class *
330
330
Used when a protected member (i.e. class member with a name beginning with an
331
- underscore) is access outside the class or a descendant of the class where
331
+ underscore) is accessed outside the class or a descendant of the class where
332
332
it's defined.
333
333
:attribute-defined-outside-init (W0201): *Attribute %r defined outside __init__ *
334
334
Used when an instance attribute is defined outside the __init__ method.
Original file line number Diff line number Diff line change @@ -523,7 +523,7 @@ def _has_same_layout_slots(
523
523
"Access to a protected member %s of a client class" , # E0214
524
524
"protected-access" ,
525
525
"Used when a protected member (i.e. class member with a name "
526
- "beginning with an underscore) is access outside the class or a "
526
+ "beginning with an underscore) is accessed outside the class or a "
527
527
"descendant of the class where it's defined." ,
528
528
),
529
529
"W0213" : (
You can’t perform that action at this time.
0 commit comments