Skip to content

Commit dd64da2

Browse files
docs: Fix typo in neopixel, mumber -> number (#727)
1 parent 0cb3409 commit dd64da2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)