fix argparse typo

This commit is contained in:
IAlibay
2020-11-18 00:53:07 +00:00
parent da7999832d
commit 012865e9e9

View File

@@ -202,7 +202,7 @@ def build_parser(parser=None):
input files is no longer supported. input files is no longer supported.
""" """
if parser is not None: if parser is not None:
group = parser.add_argument_group(title="PROPKA invoation options") group = parser.add_argument_group(title="PROPKA invocation options")
else: else:
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
description=("PROPKA predicts the pKa values of ionizable " description=("PROPKA predicts the pKa values of ionizable "