Skip to content

Commit b8cce35

Browse files
committed
Fix error in motor example description
1 parent c3d8708 commit b8cce35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ loop and start the program. Hit ``Ctrl-C`` to exit the loop.
4646
ev3.Leds.set_color(ev3.Leds.LEFT, (ev3.Leds.GREEN, ev3.Leds.RED)[ts.value()])
4747
4848
Now plug a motor into the ``A`` port and paste this code into the terminal. This
49-
little program will run the motor at 75% power for 3 seconds.
49+
little program will run the motor at 500 RPM for 3 seconds.
5050

5151
.. code-block:: python
5252

0 commit comments

Comments
 (0)