--- a/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py Tue Aug 23 18:53:46 2016 +0200 +++ b/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py Tue Aug 23 19:02:43 2016 +0200 @@ -89,7 +89,7 @@ "'continue' not supported inside 'finally' clause"), 'F25': QCoreApplication.translate( 'pyFlakes', - "Default 'except:' must be last"), + "Default 'except:' must be last"), # __IGNORE_WARNING__ 'F26': QCoreApplication.translate( 'pyFlakes', "Two starred expressions in assignment"),