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 92a8a73 commit 79ea6a1Copy full SHA for 79ea6a1
Notes/03_Program_organization/05_Main_module.md
@@ -256,7 +256,7 @@ if __name__ == '__main__':
256
257
In the file `report.py` add a `main()` function that accepts a list of
258
command line options and produces the same output as before. You
259
-should be able to run it interatively like this:
+should be able to run it interactively like this:
260
261
```python
262
>>> import report
0 commit comments