summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-04-03 10:54:15 -0500
committerJeff Epler <jepler@gmail.com>2020-04-14 18:24:58 -0500
commit50219862e13f60aadb0515a01131d7909bb07def (patch)
treecf8b7841d6bad37606c4f9fa6d624987de618b01 /shared-bindings
parenta663a7dd30d2cfed78644dcaa6e5ef25566acd82 (diff)
protomatter: make docstring match implementation
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.
//|