We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadaf9f commit 620f04cCopy full SHA for 620f04c
adafruit_display_shapes/sparkline.py
@@ -212,6 +212,6 @@ def update(self):
212
last_value = value # store value for the next iteration
213
214
def values(self):
215
- """Returns the values displayed on the sparkline"""
+ """Returns the values displayed on the sparkline."""
216
217
return self._spark_list
0 commit comments