From 0a6392d1fb35a0ae7cf26af299035b569df31b34 Mon Sep 17 00:00:00 2001 From: Humphrey Yang Date: Sat, 1 Oct 2022 09:49:19 +1000 Subject: [PATCH] fix typo --- lectures/oop_intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/oop_intro.md b/lectures/oop_intro.md index 323e54d8..370ae762 100644 --- a/lectures/oop_intro.md +++ b/lectures/oop_intro.md @@ -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