Skip to content

Commit 90e617a

Browse files
committed
Add missing period.
1 parent 620f04c commit 90e617a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

adafruit_display_shapes/sparkline.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,7 @@ def _plotline(self, x_1, last_value, x_2, value, y_bottom, y_top):
123123
# pylint: disable= too-many-branches, too-many-nested-blocks
124124

125125
def update(self):
126-
"""Update the drawing of the sparkline
127-
128-
"""
126+
"""Update the drawing of the sparkline."""
129127

130128
# get the y range
131129
if self.y_min is None:

0 commit comments

Comments
 (0)