Skip to content

Commit acee635

Browse files
committed
protomatter: make docstring match implementation
1 parent 10616d1 commit acee635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/_protomatter/Protomatter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ const mp_obj_property_t protomatter_protomatter_paused_obj = {
214214
(mp_obj_t)&mp_const_none_obj},
215215
};
216216

217-
//| .. method:: write(buf)
217+
//| .. method:: swapbuffers()
218218
//|
219219
//| Transmits the color data in the buffer to the pixels so that they are shown.
220220
//|

0 commit comments

Comments
 (0)