Plugins/CheckerPlugins/SyntaxChecker/pyflakes/checker.py

changeset 5149
baba4308c043
parent 5067
e2f171f08af8
child 5389
9b1c800daff3
--- a/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/checker.py	Sun Sep 04 17:27:43 2016 +0200
+++ b/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/checker.py	Sun Sep 04 17:28:37 2016 +0200
@@ -1002,7 +1002,7 @@
                 node_value = Assignment(node_name, node)
 
                 # Remove UndefinedName messages already reported for this name.
-                # TODO: if the global is not used in this scope, it does not
+                # TO DO: if the global is not used in this scope, it does not
                 # become a globally defined name.  See test_unused_global.
                 self.messages = [
                     m for m in self.messages if not

eric ide

mercurial