Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/neopixel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Classes
.. py:method:: fill(colour)

**V2** Colour all pixels a given RGB/RGBW value. The `colour` argument
should be a tuple of the same length as the mumber of bytes per pixel
should be a tuple of the same length as the number of bytes per pixel
(bpp). For example ``fill((0,0,255))``. Use in conjunction with
``show()`` to update the Neopixels.

Expand Down