summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Forbes <cpforbes@starlake.org>2019-06-18 18:44:50 -0500
committerCraig Forbes <cpforbes@starlake.org>2019-06-18 18:44:50 -0500
commit09e7f4db00c13dd7fcea0fac3ced5ce9749ba331 (patch)
tree1b9c8e2db1fea5cbf80b9b22807bdb430ec551ce
parente442efbdecf35066412efc155e20ee280c5449f3 (diff)
Fix reference to Bitmap in fontio.Glyph docs.
-rw-r--r--shared-bindings/fontio/Glyph.c2
1 files changed, 1 insertions, 1 deletions
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