Skip to content

Commit fb7c8b4

Browse files
docs: Fix typo in neopixel, mumber -> number (#727)
1 parent 414c13e commit fb7c8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/neopixel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Classes
8181
.. py:method:: fill(colour)
8282
8383
**V2** Colour all pixels a given RGB/RGBW value. The `colour` argument
84-
should be a tuple of the same length as the mumber of bytes per pixel
84+
should be a tuple of the same length as the number of bytes per pixel
8585
(bpp). For example ``fill((0,0,255))``. Use in conjunction with
8686
``show()`` to update the Neopixels.
8787

0 commit comments

Comments
 (0)