Skip to content

Commit 32da348

Browse files
author
brentru
committed
change rect->prog
1 parent fc1c06e commit 32da348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_progressbar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@ def progress(self, value):
118118

119119
@property
120120
def fill(self):
121-
"""The fill of the rectangle. Can be a hex value for a color or ``None`` for
121+
"""The fill of the progress bar. Can be a hex value for a color or ``None`` for
122122
transparent.
123123
124124
"""
125125
return self._palette[0]
126126

127127
@fill.setter
128128
def fill(self, color):
129-
"""Sets the fill of the rectangle. Can be a hex value for a color or ``None`` for
129+
"""Sets the fill of the progress bar. Can be a hex value for a color or ``None`` for
130130
transparent.
131131
132132
"""

0 commit comments

Comments
 (0)