Skip to content

Commit 09e7f4d

Browse files
committed
Fix reference to Bitmap in fontio.Glyph docs.
1 parent e442efb commit 09e7f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/fontio/Glyph.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
//|
3838
//| Named tuple used to capture a single glyph and its attributes.
3939
//|
40-
//| :param fontio.Bitmap bitmap: the bitmap including the glyph
40+
//| :param displayio.Bitmap bitmap: the bitmap including the glyph
4141
//| :param int tile_index: the tile index within the bitmap
4242
//| :param int width: the width of the glyph's bitmap
4343
//| :param int height: the height of the glyph's bitmap

0 commit comments

Comments
 (0)