Skip to content

Commit b1b5f7d

Browse files
Fixed docstring of method fill.
1 parent 9fbe777 commit b1b5f7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_pixelbuf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ def show(self):
206206
def fill(self, color: ColorUnion):
207207
"""
208208
Fills the given pixelbuf with the given color.
209+
209210
:param pixelbuf: A pixel object.
210211
:param color: Color to set.
211212
"""

0 commit comments

Comments
 (0)