Skip to content

Commit 1a19421

Browse files
authored
Upgrade ignored-parents help description (#4926)
* Upgrade ignored-parents help description
1 parent eeb4156 commit 1a19421

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CONTRIBUTORS.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,3 +537,5 @@ contributors:
537537
* Sam Vermeiren (PaaEl): contributor
538538

539539
* Phil A. (flying-sheep): contributor
540+
541+
* Melvin Hazeleger (melvio): contributor

pylint/checkers/design_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ class MisdesignChecker(BaseChecker):
344344
"default": (),
345345
"type": "csv",
346346
"metavar": "<comma separated list of class names>",
347-
"help": "List of qualified class names to ignore when countint class parents (see R0901)",
347+
"help": "List of qualified class names to ignore when counting class parents (see R0901)",
348348
},
349349
),
350350
(

0 commit comments

Comments
 (0)