Skip to content

Commit 5fe985b

Browse files
authored
Update oop_intro.md
1 parent 50d0c01 commit 5fe985b

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
@@ -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)