Skip to content

Commit

Permalink
fix typo 🐞
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe committed Oct 31, 2023
1 parent 13a1de4 commit 4eb8eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/otc/models/train_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
default="classical-size",
help="Feature set to run study on.",
)
@click.option("--id", required=False, type=str, help="Id of run / name of study.")
@click.option("--id", required=False, type=str, help="Id of run/name of study.")
@click.option(
"--dataset",
required=False,
Expand Down

0 comments on commit 4eb8eb1

Please sign in to comment.