Skip to content

Commit 88212b0

Browse files
committed
Doc fix
1 parent 5c2bd38 commit 88212b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/gifio/OnDiskGif.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ MP_DEFINE_CONST_FUN_OBJ_1(gifio_ondiskgif_get_height_obj, gifio_ondiskgif_obj_ge
110110
MP_PROPERTY_GETTER(gifio_ondiskgif_height_obj,
111111
(mp_obj_t)&gifio_ondiskgif_get_height_obj);
112112

113-
//| bitmap: Bitmap
113+
//| bitmap: displayio.Bitmap
114114
//| """The bitmap used to hold the current frame."""
115115
STATIC mp_obj_t gifio_ondiskgif_obj_get_bitmap(mp_obj_t self_in) {
116116
gifio_ondiskgif_t *self = MP_OBJ_TO_PTR(self_in);

0 commit comments

Comments
 (0)