fix a typo

This commit is contained in:
Yu Jian 2013-09-05 17:54:15 +08:00
parent efaf0e7a53
commit 54d3d9d76c
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class CustomOptionParser(optparse.OptionParser):
class ConfigOptionParser(CustomOptionParser):
"""Custom option parser which updates its defaults by by checking the
"""Custom option parser which updates its defaults by checking the
configuration files and environmental variables"""
def __init__(self, *args, **kwargs):