mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-29 04:00:34 +00:00
Add missing docstring.
This commit is contained in:
parent
886bacb2ac
commit
ead8625e8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue