Skip to content

Commit 9bd9a39

Browse files
committed
Remove a sideways scroll
1 parent 41bf8d1 commit 9bd9a39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

programming/sr/motors/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ Stopping the motors
118118
When you set the motor power to 0, this signals the Motor Board to actively stop that motor from turning.
119119

120120
~~~~~ python
121-
# store the motor in a local variable because typing it out gets really boring
121+
# store the motor in a local variable because
122+
# typing it out gets really boring
122123
molly = R.motor_boards["srABC1"].motors[1]
123124

124125
# set the power to 100% for a second, then stop immediately

0 commit comments

Comments
 (0)