Skip to content

Commit b8a97b6

Browse files
committed
docs: fix simple typo, verticle -> vertical
There is a small typo in samples/micropython/rccar/main.py. Should read `vertical` rather than `verticle`.
1 parent 71f47bb commit b8a97b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/micropython/rccar/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def joystickLoop(robot, eventFile):
6161
return robot.inactive()
6262
elif t == 3:
6363
if c == 1:
64-
# Left stick & verticle:
64+
# Left stick & vertical:
6565
speed = 0
6666
if v < 32768:
6767
# up:

0 commit comments

Comments
 (0)