Fixed small typo in a source docu string.

Sun, 02 Jan 2011 12:01:37 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 02 Jan 2011 12:01:37 +0100
changeset 801
16f9875e278b
parent 798
5c1786fad576
child 802
e8882d16384c

Fixed small typo in a source docu string.

Utilities/py3flakes/checker.py file | annotate | diff | comparison | revisions
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