Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
a2800276 committed Mar 9, 2012
1 parent 9fb65c7 commit 581017a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion questions/how_to_open_python_main.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"sub_category": "python",
"right_answer": "a4",
"nerd_level": 2,
"text": "How to open the main routine?",
"text": "How is the `main` routine idiomatically defined in Python?",
"a1": "if name == main:",
"a2": "if _name_ == _main_",
"a3": "if _name_ == \"_main_\":",
Expand Down

0 comments on commit 581017a

Please sign in to comment.