Skip to content

Commit 529cbea

Browse files
committed
fix doc strings
1 parent 38b53df commit 529cbea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_displayio_layout/widgets/cartesian.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@ def add_line(self, x: int, y: int) -> None:
612612
:param int x: ``x`` coordinate in the local plane
613613
:param int y: ``y`` coordinate in the local plane
614614
:return: None
615+
615616
rtype: None
616617
"""
617618
self._add_point(x, y)
@@ -633,6 +634,7 @@ def clear_lines(self, palette_index=5):
633634
634635
:param int palette_index: color palett index. Defaults to 5
635636
:return: None
637+
636638
rtype: None
637639
"""
638640
self.plot_line_point = None

0 commit comments

Comments
 (0)