We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c4925 commit fe4cd58Copy full SHA for fe4cd58
adafruit_dash_display.py
@@ -57,7 +57,7 @@ def key(self):
57
58
@key.setter
59
def key(self, value):
60
- """ Setter for feed key. Will give the value of the feed key"""
+ """ Setter for feed key. Sets a new value for the feed key property _key"""
61
self._key = value
62
63
@property
0 commit comments