Skip to content

Commit 8c2f6e6

Browse files
authored
Docs: formatting issue for Sparkline.add_value
Add missing blank line in the docstring of Sparkline.add_value
1 parent cdef091 commit 8c2f6e6

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)