Skip to content

Commit

Permalink
Fix bug in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikUmble committed Nov 18, 2024
1 parent 356cd24 commit 5633a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/movement.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Quick Example
# Stop
robot.stop()
robot.sleep(2)
time.sleep(2)
# Move backward for 2 seconds
robot.m1_backward(30)
Expand Down

0 comments on commit 5633a65

Please sign in to comment.