summaryrefslogtreecommitdiff
path: root/shared-bindings/_pixelbuf
diff options
context:
space:
mode:
authorRoy Hooper <rhooper@toybox.ca>2019-01-19 17:04:24 -0500
committerRoy Hooper <rhooper@toybox.ca>2019-01-19 17:04:24 -0500
commit02266eafd87c410593c4f94c820490023e78eb55 (patch)
tree1927f68f2fe52caa6ea2816aaaeaf889b83585b7 /shared-bindings/_pixelbuf
parent8fa81fe00317ec6cda286476b8cea5f0e3dba43a (diff)
adjust comment
Diffstat (limited to 'shared-bindings/_pixelbuf')
-rw-r--r--shared-bindings/_pixelbuf/__init__.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/_pixelbuf/__init__.c b/shared-bindings/_pixelbuf/__init__.c
index 58fccfd91..31defc7fb 100644
--- a/shared-bindings/_pixelbuf/__init__.c
+++ b/shared-bindings/_pixelbuf/__init__.c
@@ -43,7 +43,7 @@
//| :synopsis: A fast RGB(W) pixel buffer library for like NeoPixel and DotStar.
//|
//| The `_pixelbuf` module provides :py:class:`PixelBuf` and :py:class:`ByteOrder` classes to accelerate
-//| Dotstar and Neopixel manipulation.
+//| RGB(W) strip/matrix manipulation, such as DotStar and Neopixel.
//|
//| Libraries