Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py

changeset 5106
1ecc6c9abca5
parent 5067
e2f171f08af8
child 5389
9b1c800daff3
diff -r 8a773a100c34 -r 1ecc6c9abca5 Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py
--- a/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py	Tue Aug 23 18:53:46 2016 +0200
+++ b/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py	Tue Aug 23 19:02:43 2016 +0200
@@ -42,7 +42,7 @@
   - Fix false RedefinedWhileUnesed for submodule imports
 
 1.2.0 (2016-05-03):
-  - Warn against reusing exception names after the except: block on Python 3
+  - Warn against reusing exception names after the except block on Python 3
   - Improve the error messages for imports
 
 1.1.0 (2016-03-01):

eric ide

mercurial