Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ca0f9 commit 774a492Copy full SHA for 774a492
Notes/03_Program_organization/05_Main_module.md
@@ -51,7 +51,7 @@ if __name__ == '__main__':
51
...
52
```
53
54
-Statements inclosed inside the `if` statement become the *main* program.
+Statements enclosed inside the `if` statement become the *main* program.
55
56
### Main programs vs. library imports
57
0 commit comments