We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fba7b6 commit 60b545aCopy full SHA for 60b545a
neopixel.py
@@ -96,15 +96,15 @@ class NeoPixel(_pixelbuf.PixelBuf):
96
97
.. py:method:: NeoPixel.show()
98
99
- Shows the new colors on the pixels themselves if they haven't already
100
- been autowritten.
+ Shows the new colors on the pixels themselves if they haven't already
+ been autowritten.
101
102
- The colors may or may not be showing after this function returns because
103
- it may be done asynchronously.
+ The colors may or may not be showing after this function returns because
+ it may be done asynchronously.
104
105
.. py:method:: NeoPixel.fill(color)
106
107
- Colors all pixels the given ***color***.
+ Colors all pixels the given ***color***.
108
"""
109
bpp = None
110
n = 0
0 commit comments