We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
+
u''.format
The code uses + to compose strings instead of using the modern python standard of u''.format There are also some instances of % formatting.
%
We should convert all of the above to use u''.format.
https://docs.python.org/2/library/stdtypes.html#str.format