--- 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