twisted / twistedchecker

twistedchecker is a tool to automatically verify code against the Twisted coding standard.
MIT License
9 stars 13 forks source link

Change 'tuplefor' to 'tuple for' #101

Closed jml closed 9 years ago

jml commented 9 years ago

Currently, twistedchecker emits warnings like:

W9501:290,48:<location>: String formatting operations should always use a tuplefor non-mapping values

This patch changes it to say "use a tuple for non-mapping values".

Review on Reviewable