summaryrefslogtreecommitdiff
path: root/shared-bindings/framebufferio/__init__.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/framebufferio/__init__.c')
-rw-r--r--shared-bindings/framebufferio/__init__.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/framebufferio/__init__.c b/shared-bindings/framebufferio/__init__.c
index 0f0823a25..88f69bb2c 100644
--- a/shared-bindings/framebufferio/__init__.c
+++ b/shared-bindings/framebufferio/__init__.c
@@ -38,7 +38,7 @@
//| The `framebufferio` module contains classes to manage display output
//| including synchronizing with refresh rates and partial updating.
//| It is used in conjunction with classes from `displayio` to actually
-//| place items on the display; and classes like `Protomatter` to actually
+//| place items on the display; and classes like `RGBMatrix` to actually
//| drive the display.
//|
//| Libraries