We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 045bffd + 71676cc commit b9935c3Copy full SHA for b9935c3
1 file changed
twistedchecker/checkers/formattingoperation.py
@@ -9,7 +9,7 @@ class FormattingOperationChecker(StringFormatChecker):
9
we should always use a tuple for non-mapping values.
10
"""
11
msgs = {
12
- 'W9501': ('String formatting operations should always use a tuple'
+ 'W9501': ('String formatting operations should always use a tuple '
13
'for non-mapping values',
14
'Checking string formatting operations.'),
15
}
0 commit comments