Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py

changeset 5510
cdcd0cd34e79
parent 5389
9b1c800daff3
child 5616
adcffadf4962
--- 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"),

eric ide

mercurial