Skip to content

Commit b9935c3

Browse files
committed
Merge pull request #101 from jml/tuplefor
Change 'tuplefor' to 'tuple for' in W9501.
2 parents 045bffd + 71676cc commit b9935c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

twistedchecker/checkers/formattingoperation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class FormattingOperationChecker(StringFormatChecker):
99
we should always use a tuple for non-mapping values.
1010
"""
1111
msgs = {
12-
'W9501': ('String formatting operations should always use a tuple'
12+
'W9501': ('String formatting operations should always use a tuple '
1313
'for non-mapping values',
1414
'Checking string formatting operations.'),
1515
}

0 commit comments

Comments
 (0)