Skip to content

Commit e52cf58

Browse files
committed
Update pixelbuf reference in docstring.
1 parent cb4d858 commit e52cf58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pixelbuf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class PixelBuf: # pylint: disable=too-many-instance-attributes
2525
"""
2626
A sequence of RGB/RGBW pixels.
2727
28-
This is the pure python implementation of CircuitPython's _pixelbuf.
28+
This is the pure python implementation of CircuitPython's adafruit_pixelbuf.
2929
3030
:param ~int n: Number of pixels
3131
:param ~str byteorder: Byte order string constant (also sets bpp)

0 commit comments

Comments
 (0)