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 6736b56 commit 50d0c01Copy full SHA for 50d0c01
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 [later](python_oop).
+do this {doc}`lecture <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