Skip to content

Commit bd2144e

Browse files
authored
Fix typo
1 parent 23ec884 commit bd2144e

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)