From 09e7f4db00c13dd7fcea0fac3ced5ce9749ba331 Mon Sep 17 00:00:00 2001 From: Craig Forbes Date: Tue, 18 Jun 2019 18:44:50 -0500 Subject: Fix reference to Bitmap in fontio.Glyph docs. --- shared-bindings/fontio/Glyph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared-bindings') diff --git a/shared-bindings/fontio/Glyph.c b/shared-bindings/fontio/Glyph.c index 80298fd16..a23284152 100644 --- a/shared-bindings/fontio/Glyph.c +++ b/shared-bindings/fontio/Glyph.c @@ -37,7 +37,7 @@ //| //| Named tuple used to capture a single glyph and its attributes. //| -//| :param fontio.Bitmap bitmap: the bitmap including the glyph +//| :param displayio.Bitmap bitmap: the bitmap including the glyph //| :param int tile_index: the tile index within the bitmap //| :param int width: the width of the glyph's bitmap //| :param int height: the height of the glyph's bitmap -- cgit v1.2.3