Skip to content

Commit 09fedb3

Browse files
committed
fix another doc error (pixelsx - thanks @theacodes)
1 parent 70f2ef3 commit 09fedb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/_pixelbuf/PixelBuf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ static void parse_byteorder(mp_obj_t byteorder_obj, pixelbuf_byteorder_details_t
6363
//| brightness (0.0-1.0) and will enable a Dotstar compatible 1st byte in the
6464
//| output buffer (``buf``).
6565
//|
66-
//| :param ~int size: Number of pixelsx
66+
//| :param ~int size: Number of pixels
6767
//| :param ~str byteorder: Byte order string (such as "BGR" or "BGRP")
6868
//| :param ~float brightness: Brightness (0 to 1.0, default 1.0)
6969
//| :param ~bool auto_write: Whether to automatically write pixels (Default False)

0 commit comments

Comments
 (0)