Skip to content

Commit 58ff2e9

Browse files
committed
Fix README
1 parent 15f9226 commit 58ff2e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ After running the above command, the file ``program.py`` will contain the follow
5959
print(args.b)
6060
print(args.c)
6161
62-
if __name__ == "__main__":
63-
main()
62+
if __name__ == "__main__":
63+
main()
64+
6465
6566
Pitfalls
6667
========

0 commit comments

Comments
 (0)