Skip to content

Commit ef363ae

Browse files
PeterJCLawraccube
andauthored
Fix comment alignment
Co-authored-by: Karina Kwiatek <[email protected]>
1 parent da1c5e5 commit ef363ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/sr/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Here are some examples:
4747
~~~~~ python
4848
R.motor_board.motors[0].power = 0.5 # WILL work, if motor 0 exists
4949
R.motor_board.motors[1].power = -0.2 # WILL work, if motor 1 exists
50-
R.motor_board.motors.power = 0.42 # WON'T WORK
50+
R.motor_board.motors.power = 0.42 # WON'T WORK
5151

5252
# the above is similar to the situation for 'ruggeduinos' and 'servos'
5353
~~~~~

0 commit comments

Comments
 (0)