Skip to content

Commit 91e9c89

Browse files
authored
Merge pull request #113 from ZionChris1/master
Fix typo in sense_hat.py
2 parents 5243e73 + aace39a commit 91e9c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sense_hat/sense_hat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def flip_v(self, redraw=True):
304304
def set_pixels(self, pixel_list):
305305
"""
306306
Accepts a list containing 64 smaller lists of [R,G,B] pixels and
307-
updates the LED matrix. R,G,B elements must intergers between 0
307+
updates the LED matrix. R,G,B elements must integers between 0
308308
and 255
309309
"""
310310

0 commit comments

Comments
 (0)