protomatter: make docstring match implementation

This commit is contained in:
Jeff Epler 2020-04-03 10:54:15 -05:00
parent a663a7dd30
commit 50219862e1

View File

@ -214,7 +214,7 @@ const mp_obj_property_t protomatter_protomatter_paused_obj = {
(mp_obj_t)&mp_const_none_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. //| Transmits the color data in the buffer to the pixels so that they are shown.
//| //|