From 5fe985b03fd2a4b0bda2158d227086931cbd683f Mon Sep 17 00:00:00 2001 From: John Stachurski Date: Sun, 3 Mar 2024 19:38:44 +1100 Subject: [PATCH] Update oop_intro.md --- lectures/oop_intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.