Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a typo in output message. Also, remove duplicate parser assignment. #1999

Merged
merged 3 commits into from
Jul 24, 2019
Merged

Commits on Feb 6, 2019

  1. Fix a typo in output message.

    A very minor typo error in draw_hint function, but since the tutorial is one of the starting points for new users, I thought it's worth correcting it to avoid confusion.
    dawoonchung committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    4a69750 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Remove duplicate argparse assignment.

    argparse.ArgumentParser() was assigned twice in if statement so removed the duplicate.
    dawoonchung committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    6595fca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26c93d1 View commit details
    Browse the repository at this point in the history