Skip to content

Commit 22e2d64

Browse files
authored
fix typo (#232)
1 parent 5e2cbcf commit 22e2d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/oop_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Python uses multiple namespaces, creating them on the fly as necessary.
340340

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

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

345345
```{code-cell} python3
346346
%%file mathfoo.py

0 commit comments

Comments
 (0)