From ead8625e8a7c25a42dc8dd97a79a1a3afeddfc74 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Fri, 6 Jan 2012 20:33:58 +0100 Subject: [PATCH] Add missing docstring. --- linkchecker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkchecker b/linkchecker index 3457eb2d..46b777a1 100755 --- a/linkchecker +++ b/linkchecker @@ -250,7 +250,7 @@ class LCHelpFormatter (optparse.IndentedHelpFormatter, object): """Help formatter indenting paragraph-wise.""" def __init__ (self): - # get width for current console + """Set current console width for this formatter.""" width = linkcheck.ansicolor.get_columns(sys.stdout) super(LCHelpFormatter, self).__init__(width=width)