Skip to content

Commit 774a492

Browse files
committed
Fix typo
1 parent e6ca0f9 commit 774a492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/03_Program_organization/05_Main_module.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if __name__ == '__main__':
5151
...
5252
```
5353

54-
Statements inclosed inside the `if` statement become the *main* program.
54+
Statements enclosed inside the `if` statement become the *main* program.
5555

5656
### Main programs vs. library imports
5757

0 commit comments

Comments
 (0)