We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb4156 commit 1a19421Copy full SHA for 1a19421
CONTRIBUTORS.txt
@@ -537,3 +537,5 @@ contributors:
537
* Sam Vermeiren (PaaEl): contributor
538
539
* Phil A. (flying-sheep): contributor
540
+
541
+* Melvin Hazeleger (melvio): contributor
pylint/checkers/design_analysis.py
@@ -344,7 +344,7 @@ class MisdesignChecker(BaseChecker):
344
"default": (),
345
"type": "csv",
346
"metavar": "<comma separated list of class names>",
347
- "help": "List of qualified class names to ignore when countint class parents (see R0901)",
+ "help": "List of qualified class names to ignore when counting class parents (see R0901)",
348
},
349
),
350
(
0 commit comments