Skip to content

Commit 67c65b0

Browse files
authored
Merge pull request #12 from EGJ-Moorington/main
Fixed docstring of method `fill`.
2 parents 9fbe777 + b1b5f7d commit 67c65b0

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)