Skip to content

Commit fe4cd58

Browse files
authored
Tiny tweaks
1 parent d3c4925 commit fe4cd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_dash_display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def key(self):
5757

5858
@key.setter
5959
def key(self, value):
60-
""" Setter for feed key. Will give the value of the feed key"""
60+
""" Setter for feed key. Sets a new value for the feed key property _key"""
6161
self._key = value
6262

6363
@property

0 commit comments

Comments
 (0)