Little change to get rid of a pyflakes TODO marker.

Sun, 04 Sep 2016 17:28:37 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 04 Sep 2016 17:28:37 +0200
changeset 5149
baba4308c043
parent 5148
1a879f9af1c0
child 5150
72a053e1c440

Little change to get rid of a pyflakes TODO marker.

Plugins/CheckerPlugins/SyntaxChecker/pyflakes/checker.py file | annotate | diff | comparison | revisions
--- 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