Skip to content

Commit 71676cc

Browse files
committed
Change 'tuplefor' to 'tuple for'
1 parent 045bffd commit 71676cc

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)