Comment 8 for bug 961231

Revision history for this message
Barry Warsaw (barry) wrote :

Another one:

'hello {0}'.format('world')

The word 'format' gets py-builtins-face but in this case it should just be the default face because it's acting as an attribute, not a built-in.