Fixup doc reference

This commit is contained in:
Scott Shawcroft 2019-02-11 18:38:22 -08:00
parent 9f7d19a937
commit 5258bc4318
No known key found for this signature in database
GPG Key ID: FD0EDC4B6C53CA59
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
//|
//| Bitmap containing all font glyphs starting with ASCII and followed by unicode. Use
//| `get_glyph` in most cases. This is useful for use with `displayio.TileGrid` and
//| `displayio.Terminal`.
//| `terminalio.Terminal`.
//|
STATIC mp_obj_t displayio_builtinfont_obj_get_bitmap(mp_obj_t self_in) {
displayio_builtinfont_t *self = MP_OBJ_TO_PTR(self_in);