Skip to content

Commit fc735f8

Browse files
authored
Merge pull request #61 from brettcannon/patch-1
Tweak grammar in a docstring
2 parents 154b74d + 5308ecb commit fc735f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_circuitplayground/express.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def adjust_touch_threshold(self, adjustment):
413413

414414
@property
415415
def pixels(self):
416-
"""Sequence like object representing the ten NeoPixels around the outside
416+
"""Sequence-like object representing the ten NeoPixels around the outside
417417
of the CircuitPlayground. Each pixel is at a certain index in the sequence
418418
as labeled below. Colors can be RGB hex like 0x110000 for red where each
419419
two digits are a color (0xRRGGBB) or a tuple like (17, 0, 0) where (R, G, B).

0 commit comments

Comments
 (0)