Skip to content

Commit 60b545a

Browse files
committed
reformat docs
1 parent 9fba7b6 commit 60b545a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

neopixel.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,15 @@ class NeoPixel(_pixelbuf.PixelBuf):
9696
9797
.. py:method:: NeoPixel.show()
9898
99-
Shows the new colors on the pixels themselves if they haven't already
100-
been autowritten.
99+
Shows the new colors on the pixels themselves if they haven't already
100+
been autowritten.
101101
102-
The colors may or may not be showing after this function returns because
103-
it may be done asynchronously.
102+
The colors may or may not be showing after this function returns because
103+
it may be done asynchronously.
104104
105105
.. py:method:: NeoPixel.fill(color)
106106
107-
Colors all pixels the given ***color***.
107+
Colors all pixels the given ***color***.
108108
"""
109109
bpp = None
110110
n = 0

0 commit comments

Comments
 (0)