Skip to content

Commit 52626fe

Browse files
committed
Use snake case here
1 parent 5260401 commit 52626fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/sr/servos/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can read the last value a servo was set to using similar code:
5757

5858
~~~~~ python
5959
# get the last setting of the second servo on the first Servo Board
60-
lastSetting = R.servo_board.servos[1].position
60+
last_setting = R.servo_board.servos[1].position
6161
~~~~~
6262

6363
<div class="info" markdown="1">

0 commit comments

Comments
 (0)