Skip to content

Commit e58a062

Browse files
authored
Merge pull request #51 from nicolasff/patch-1
Docs: formatting issue for Sparkline.add_value
2 parents cdef091 + 8c2f6e6 commit e58a062

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_display_shapes/sparkline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def clear_values(self) -> None:
101101

102102
def add_value(self, value: float, update: bool = True) -> None:
103103
"""Add a value to the sparkline.
104+
104105
:param value: The value to be added to the sparkline
105106
:param update: trigger recreation of primitives
106107

0 commit comments

Comments
 (0)