We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1c5e5 commit ef363aeCopy full SHA for ef363ae
programming/sr/index.md
@@ -47,7 +47,7 @@ Here are some examples:
47
~~~~~ python
48
R.motor_board.motors[0].power = 0.5 # WILL work, if motor 0 exists
49
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
+R.motor_board.motors.power = 0.42 # WON'T WORK
51
52
# the above is similar to the situation for 'ruggeduinos' and 'servos'
53
~~~~~
0 commit comments