Skip to content

Commit 99311d0

Browse files
committed
Trim trailing whitespace
1 parent 784e935 commit 99311d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_motor/servo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def __init__(
114114
super().__init__(pwm_out, min_pulse=min_pulse, max_pulse=max_pulse)
115115
self.actuation_range = actuation_range
116116
"""The physical range of motion of the servo in degrees.
117-
117+
118118
:type: float
119119
"""
120120
self._pwm = pwm_out

0 commit comments

Comments
 (0)