Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a typo in output message / remove duplicate parser assignment. (#…
…1999) * Fix a typo in output message. Fixes a minor typo error in the `draw_hint` function. Because the tutorial is one of the starting points for new users, it's worth correcting it to avoid confusion. * Remove duplicate `argparse` assignment. `argparse.ArgumentParser()` was assigned twice in if statement so removed the duplicate.
- Loading branch information