Fix reference to Bitmap in fontio.Glyph docs.

This commit is contained in:
Craig Forbes 2019-06-18 18:44:50 -05:00
parent e442efbdec
commit 09e7f4db00
1 changed files with 1 additions and 1 deletions

View File

@ -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