Skip to content

Commit

Permalink
docs: Fix typo in neopixel, mumber -> number (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon authored and microbit-carlos committed Apr 21, 2022
1 parent 3871353 commit aba33d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/neopixel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,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

0 comments on commit aba33d2

Please sign in to comment.