summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings')
-rw-r--r--shared-bindings/_protomatter/Protomatter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/_protomatter/Protomatter.c b/shared-bindings/_protomatter/Protomatter.c
index b7b28630d..d5f9aa1ae 100644
--- a/shared-bindings/_protomatter/Protomatter.c
+++ b/shared-bindings/_protomatter/Protomatter.c
@@ -214,7 +214,7 @@ const mp_obj_property_t protomatter_protomatter_paused_obj = {
(mp_obj_t)&mp_const_none_obj},
};
-//| .. method:: write(buf)
+//| .. method:: swapbuffers()
//|
//| Transmits the color data in the buffer to the pixels so that they are shown.
//|