We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6488491 commit c9fbf52Copy full SHA for c9fbf52
pylint/checkers/match_statements_checker.py
@@ -23,7 +23,7 @@ class MatchStatementChecker(BaseChecker):
23
msgs = {
24
"E5000": (
25
"The name capture `case %s` makes the remaining patterns unreachable. "
26
- "Use a dotted name(for example an enum) to fix this",
+ "Use a dotted name (for example an enum) to fix this.",
27
"unreachable-match-patterns",
28
"Emitted when a name capture pattern in a match statement is used "
29
"and there are case statements below it.",
0 commit comments