Utilities/py3flakes/checker.py

changeset 801
16f9875e278b
parent 791
9ec2ac20e54e
child 945
8cd4d08fa9f6
child 1510
e75ecf2bd9dd
diff -r 5c1786fad576 -r 16f9875e278b Utilities/py3flakes/checker.py
--- a/Utilities/py3flakes/checker.py	Sat Jan 01 19:25:31 2011 +0100
+++ b/Utilities/py3flakes/checker.py	Sun Jan 02 12:01:37 2011 +0100
@@ -302,7 +302,8 @@
     COMPREHENSION = KEYWORD = handleChildren
     
     def addBinding(self, lineno, value, reportRedef = True):
-        '''Called when a binding is altered.
+        '''
+        Called when a binding is altered.
 
         @param lineno line of the statement responsible for the change (integer)
         @param value the optional new value, a Binding instance, associated

eric ide

mercurial