Skip to content

Commit

Permalink
Upgrade ignored-parents help description (#4926)
Browse files Browse the repository at this point in the history
* Upgrade ignored-parents help description
  • Loading branch information
melvio committed Aug 28, 2021
1 parent eeb4156 commit 1a19421
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -537,3 +537,5 @@ contributors:
* Sam Vermeiren (PaaEl): contributor

* Phil A. (flying-sheep): contributor

* Melvin Hazeleger (melvio): contributor
2 changes: 1 addition & 1 deletion pylint/checkers/design_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ class MisdesignChecker(BaseChecker):
"default": (),
"type": "csv",
"metavar": "<comma separated list of class names>",
"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)",
},
),
(
Expand Down

0 comments on commit 1a19421

Please sign in to comment.