Fix a typo in Arguments() comment

This commit is contained in:
Gerald Lonlas 2018-06-04 22:42:24 -07:00
parent 947462e134
commit c29c13dfd7
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class Arguments(object):
@staticmethod
def hyperopt_options(parser: argparse.ArgumentParser) -> None:
"""
Parses given arguments foér Hyperopt scripts.
Parses given arguments for Hyperopt scripts.
"""
parser.add_argument(
'-e', '--epochs',