Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknyquist committed Mar 4, 2023
1 parent 15f9226 commit 58ff2e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ After running the above command, the file ``program.py`` will contain the follow
print(args.b)
print(args.c)
if __name__ == "__main__":
main()
if __name__ == "__main__":
main()
Pitfalls
========
Expand Down

0 comments on commit 58ff2e9

Please sign in to comment.