We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d0c01 commit 5fe985bCopy full SHA for 5fe985b
lectures/oop_intro.md
@@ -295,7 +295,7 @@ inconsistent?
295
The answers are related to the fact that Python aims for consistent style.
296
297
In Python, it is common for users to build custom objects --- we discuss how to
298
-do this {doc}`lecture <python_oop>`.
+do this [later](python_oop)`.
299
300
It's quite common for users to add methods to their that measure the length of
301
the object, suitably defined.
0 commit comments