Skip to content

Commit b5593bc

Browse files
author
Margaret Matocha
committed
added comment for font setter to satisfy pylint
1 parent b0ca00e commit b5593bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_display_text/label.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ def text(self, new_text):
232232

233233
@property
234234
def font(self):
235+
"""Font to use for text."""
235236
return self._font
236237

237238
@font.setter

0 commit comments

Comments
 (0)