Skip to content

Commit 2ee1338

Browse files
docs: Fix typo in neopixel, mumber -> number (bbcmicrobit#727)
1 parent f857f81 commit 2ee1338

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
@@ -80,7 +80,7 @@ Classes
8080
.. py:method:: fill(colour)
8181
8282
**V2** Colour all pixels a given RGB/RGBW value. The `colour` argument
83-
should be a tuple of the same length as the mumber of bytes per pixel
83+
should be a tuple of the same length as the number of bytes per pixel
8484
(bpp). For example ``fill((0,0,255))``. Use in conjunction with
8585
``show()`` to update the Neopixels.
8686

0 commit comments

Comments
 (0)