From 5308ecb0e724eaa6ffcd3194cd5a9023f80ff2b6 Mon Sep 17 00:00:00 2001 From: Brett Cannon <54418+brettcannon@users.noreply.github.com> Date: Tue, 25 Jun 2019 10:37:57 -0700 Subject: [PATCH] Tweak grammar in a docstring --- adafruit_circuitplayground/express.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adafruit_circuitplayground/express.py b/adafruit_circuitplayground/express.py index ec89769..1fd8fcc 100755 --- a/adafruit_circuitplayground/express.py +++ b/adafruit_circuitplayground/express.py @@ -413,7 +413,7 @@ def adjust_touch_threshold(self, adjustment): @property def pixels(self): - """Sequence like object representing the ten NeoPixels around the outside + """Sequence-like object representing the ten NeoPixels around the outside of the CircuitPlayground. Each pixel is at a certain index in the sequence as labeled below. Colors can be RGB hex like 0x110000 for red where each two digits are a color (0xRRGGBB) or a tuple like (17, 0, 0) where (R, G, B).