fix(curriculum): typo in Python Abstraction lesson (#64332)

This commit is contained in:
MaxW 2025-12-05 13:15:50 +13:00 committed by GitHub
parent 3a9c45f324
commit d9c81c3572
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
---