From d9c81c35726643f643493850e89326a178077693 Mon Sep 17 00:00:00 2001 From: MaxW Date: Fri, 5 Dec 2025 13:15:50 +1300 Subject: [PATCH] fix(curriculum): typo in Python Abstraction lesson (#64332) --- .../68c3bc80f67363a31791fe1c.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/lecture-understanding-abstraction/68c3bc80f67363a31791fe1c.md b/curriculum/challenges/english/blocks/lecture-understanding-abstraction/68c3bc80f67363a31791fe1c.md index 3303083f897..1086fa869b4 100644 --- a/curriculum/challenges/english/blocks/lecture-understanding-abstraction/68c3bc80f67363a31791fe1c.md +++ b/curriculum/challenges/english/blocks/lecture-understanding-abstraction/68c3bc80f67363a31791fe1c.md @@ -253,7 +253,7 @@ Think about how the interface is what you directly interact with, while the comp --- -The Interface is the steering wheel, brakes, and accelerator, and the complex system is the engine, transmission, and braking physics. +The interface is the steering wheel, brakes, and accelerator, and the complex system is the engine, transmission, and braking physics. ---