Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 22e2d64

Browse filesBrowse files
authored
fix typo (#232)
1 parent 5e2cbcf commit 22e2d64
Copy full SHA for 22e2d64

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎lectures/oop_intro.md‎

Copy file name to clipboardExpand all lines: lectures/oop_intro.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.