Skip to content

Commit

Permalink
corrected typo in docstring for pixel.set_color
Browse files Browse the repository at this point in the history
  • Loading branch information
speratus committed Nov 13, 2019
1 parent 84d33e3 commit ecd75f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blinkter/pixel.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def set_color(self, r: int, g: int, b: int):
"""
Sets the color of this pixel to the values specified.
The accebtable range for all of these parameters is between 0 and 255 inclusive.
The acceptable range for all of these parameters is between 0 and 255 inclusive.
Paramters
----------------
Expand Down

0 comments on commit ecd75f7

Please sign in to comment.