Skip to content

Commit 620f04c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_display_shapes/sparkline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,6 @@ def update(self):
212212
last_value = value # store value for the next iteration
213213

214214
def values(self):
215-
"""Returns the values displayed on the sparkline"""
215+
"""Returns the values displayed on the sparkline."""
216216

217217
return self._spark_list

0 commit comments

Comments
 (0)