From b9c7cd40281caaf830af3c7ae981a5b37b047f9a Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Mon, 24 Apr 2023 12:58:40 -0400 Subject: [PATCH] describe instance more precisely --- ports/raspberrypi/bindings/picodvi/Framebuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/raspberrypi/bindings/picodvi/Framebuffer.c b/ports/raspberrypi/bindings/picodvi/Framebuffer.c index 67d6a286dd..e4584370af 100644 --- a/ports/raspberrypi/bindings/picodvi/Framebuffer.c +++ b/ports/raspberrypi/bindings/picodvi/Framebuffer.c @@ -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: //| """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.""" //| ... STATIC mp_obj_t picodvi_framebuffer_deinit(mp_obj_t self_in) {