Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lectures/oop_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ Python uses multiple namespaces, creating them on the fly as necessary.

For example, every time we import a module, Python creates a namespace for that module.

To see this in action, suppose we write a script `math2.py` with a single line
To see this in action, suppose we write a script `mathfoo.py` with a single line

```{code-cell} python3
%%file mathfoo.py
Expand Down