Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79ea6a1

Browse files
committed
Fix typo
1 parent 92a8a73 commit 79ea6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/03_Program_organization/05_Main_module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ if __name__ == '__main__':
256256

257257
In the file `report.py` add a `main()` function that accepts a list of
258258
command line options and produces the same output as before. You
259-
should be able to run it interatively like this:
259+
should be able to run it interactively like this:
260260

261261
```python
262262
>>> import report

0 commit comments

Comments
 (0)