diff --git a/lectures/oop_intro.md b/lectures/oop_intro.md index 0eb1275b..730e1df8 100644 --- a/lectures/oop_intro.md +++ b/lectures/oop_intro.md @@ -295,7 +295,7 @@ inconsistent? The answers are related to the fact that Python aims for consistent style. In Python, it is common for users to build custom objects --- we discuss how to -do this {doc}`lecture `. +do this [later](python_oop)`. It's quite common for users to add methods to their that measure the length of the object, suitably defined.