Skip to content

Commit 96f2f11

Browse files
author
Margaret Matocha
committed
modified comment description to try to overcome Sphinx Unexpected Indent error
1 parent 52a3bec commit 96f2f11

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adafruit_display_text/label.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,9 @@ def text(self, new_text):
231231

232232
@property
233233
def font(self):
234-
"""Font to use for text display."""
234+
"""
235+
Font to use for text display.
236+
"""
235237
return self._font
236238

237239
@font.setter

0 commit comments

Comments
 (0)