examples: Fix duty cycle comment.

Fixes https://github.com/pybricks/support/issues/2029
This commit is contained in:
Laurens Valk
2025-02-25 11:26:16 +01:00
parent c5cfcd0ac8
commit 6739b517a5
+1 -1
View File
@@ -12,7 +12,7 @@ wait(1500)
example_motor.stop()
wait(1500)
# Run at 70% duty cycle ("power") and then stop by coasting.
# Run at 50% duty cycle ("power") and then stop by coasting.
print("Demo of dc")
example_motor.dc(50)
wait(1500)