Skip to content

Commit 7f5af68

Browse files
Apply suggestions from code review
Co-authored-by: Daniël van Noord <[email protected]>
1 parent b138826 commit 7f5af68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pylint/checkers/design_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ class MisdesignChecker(BaseChecker):
408408
"default": [],
409409
"type": "regexp_csv",
410410
"metavar": "<pattern>[,<pattern>...]",
411-
"help": "List of regular expressions of module/class names"
411+
"help": "List of regular expressions of class ancestor names "
412412
"to ignore when counting public methods (see R0903)",
413413
},
414414
),

pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ min-public-methods=2
346346
# Maximum number of public methods for a class (see R0904).
347347
max-public-methods=25
348348

349-
# List of regular expressions to module/class names to
349+
# List of regular expressions of class ancestor names to
350350
# ignore when counting public methods (see R0903).
351351
exclude-too-few-public-methods=
352352

0 commit comments

Comments
 (0)