We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045bffd commit 71676ccCopy full SHA for 71676cc
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