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