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 5fe985b

Browse filesBrowse files
authored
Update oop_intro.md
1 parent 50d0c01 commit 5fe985b
Copy full SHA for 5fe985b

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
@@ -295,7 +295,7 @@ inconsistent?
295295
The answers are related to the fact that Python aims for consistent style.
296296

297297
In Python, it is common for users to build custom objects --- we discuss how to
298-
do this {doc}`lecture <python_oop>`.
298+
do this [later](python_oop)`.
299299

300300
It's quite common for users to add methods to their that measure the length of
301301
the object, suitably defined.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.