Check scripts for missing docstrings.

This commit is contained in:
Bastian Kleineidam 2011-12-25 09:02:04 +01:00
parent 176967365b
commit 53ef40384c
2 changed files with 3 additions and 0 deletions

View file

@ -178,6 +178,8 @@ doccheck:
linkcheck/updater.py \
linkcheck/url.py \
linkcheck/winutil.py \
linkchecker \
linkchecker-gui \
*.py
filescheck:

View file

@ -250,6 +250,7 @@ class LCHelpFormatter (optparse.IndentedHelpFormatter):
"""Help formatter indenting paragraph-wise."""
def format_option (self, option):
"""Customized help display with indentation."""
# The help for each option consists of two parts:
# * the opt strings and metavars
# eg. ("-x", or "-fFILENAME, --file=FILENAME")