Fixed typo, thanks to Tiago Oliveira - fixes #36

This commit is contained in:
Tarek Ziade 2012-11-08 11:15:19 +01:00
parent 982b089243
commit 110099b355

View file

@ -1882,7 +1882,7 @@ def process_options(arglist=None, parse_argv=False, config_file=None):
help="use exit code 0 (success), even if there are "
"warnings")
parser.add_option('--max-complexity', default=-1, action='store',
type='int', help="McCabe complexity treshold")
type='int', help="McCabe complexity threshold")
options, args = parser.parse_args(arglist)
options.reporter = None