Skip to content

Commit

Permalink
Fixed docstring of method fill.
Browse files Browse the repository at this point in the history
  • Loading branch information
EGJ-Moorington committed Sep 3, 2024
1 parent 9fbe777 commit b1b5f7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adafruit_pixelbuf.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ def show(self):
def fill(self, color: ColorUnion):
"""
Fills the given pixelbuf with the given color.
:param pixelbuf: A pixel object.
:param color: Color to set.
"""
Expand Down

0 comments on commit b1b5f7d

Please sign in to comment.