UtilitiesPython2/DocStyleCheckerPy2.py

changeset 3031
ed2eaa573ca5
parent 2984
031cceaa8b01
child 3160
209a07d7e401
--- a/UtilitiesPython2/DocStyleCheckerPy2.py	Fri Oct 18 18:42:10 2013 +0200
+++ b/UtilitiesPython2/DocStyleCheckerPy2.py	Sat Oct 19 11:14:51 2013 +0200
@@ -571,7 +571,7 @@
                         endLine = classContext.start() + end[0]
                         contexts.append(
                             DocStyleContext(self.__source[startLine:endLine],
-                                          startLine, "def"))
+                                            startLine, "def"))
                 except StopIteration:
                     pass
             self.__methodsCache = contexts

eric ide

mercurial