Skip to content

Commit ac2e02e

Browse files
committed
Merge branch 'master' of github.com:RPi-Distro/python-gpiozero
2 parents a688cf2 + bd2144e commit ac2e02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpiozero/output_devices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,7 @@ class Servo(SourceMixin, CompositeDevice):
14711471
sleep(1)
14721472
14731473
You can also use the :attr:`value` property to move the servo to a
1474-
particular position, on a scale from -1 (mid) to 1 (max) where 0 is the
1474+
particular position, on a scale from -1 (min) to 1 (max) where 0 is the
14751475
mid-point::
14761476
14771477
from gpiozero import Servo

0 commit comments

Comments
 (0)