--- a/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py Wed Feb 08 21:36:29 2017 +0100 +++ b/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py Wed Feb 08 21:39:58 2017 +0100 @@ -65,7 +65,7 @@ "'from {0} import *' only allowed at module level"), 'F17': QCoreApplication.translate( 'pyFlakes', - "{0} may be undefined, or defined from star imports: {1}"), + "{0!r} may be undefined, or defined from star imports: {1}"), 'F18': QCoreApplication.translate( 'pyFlakes', "Dictionary key {0!r} repeated with different values"),