describe instance more precisely

This commit is contained in:
Dan Halbert 2023-04-24 12:58:40 -04:00 committed by GitHub
parent 6aa3e7d8a6
commit b9c7cd4028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,7 +142,7 @@ STATIC mp_obj_t picodvi_framebuffer_make_new(const mp_obj_type_t *type, size_t n
//| def deinit(self) -> None: //| def deinit(self) -> None:
//| """Free the resources (pins, timers, etc.) associated with this //| """Free the resources (pins, timers, etc.) associated with this
//| picodvi instance. After deinitialization, no further operations //| `picodvi.Framebuffer` instance. After deinitialization, no further operations
//| may be performed.""" //| may be performed."""
//| ... //| ...
STATIC mp_obj_t picodvi_framebuffer_deinit(mp_obj_t self_in) { STATIC mp_obj_t picodvi_framebuffer_deinit(mp_obj_t self_in) {