Skip to content

Commit 4e19968

Browse files
committed
Fix docstring for byteorder
1 parent 1219391 commit 4e19968

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
@@ -66,7 +66,7 @@ extern const int32_t colorwheel(float pos);
6666
//|
6767
//| :param ~int size: Number of pixelsx
6868
//| :param ~bytearray buf: Bytearray in which to store pixel data
69-
//| :param ~str byteorder: Byte order string (such as "BGR" or "DBGR")
69+
//| :param ~str byteorder: Byte order string (such as "BGR" or "PBGR")
7070
//| :param ~float brightness: Brightness (0 to 1.0, default 1.0)
7171
//| :param ~bytearray rawbuf: Bytearray in which to store raw pixel data (before brightness adjustment)
7272
//| :param ~int offset: Offset from start of buffer (default 0)

0 commit comments

Comments
 (0)