summaryrefslogtreecommitdiff
path: root/shared-bindings/fontio
diff options
context:
space:
mode:
authordherrada <dylan.herrada@adafruit.com>2020-07-17 14:53:51 -0400
committerdherrada <dylan.herrada@adafruit.com>2020-07-17 14:53:51 -0400
commitd64b4e305929ccb68e0cf1ef977f42e213023f3b (patch)
tree6538ebdb4911e382633fc1cf8cbb151835f439a8 /shared-bindings/fontio
parentbfcaa4b2b425626c1c4040a7e9bf67ef122d6687 (diff)
Made more requested changes
Diffstat (limited to 'shared-bindings/fontio')
-rw-r--r--shared-bindings/fontio/BuiltinFont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/fontio/BuiltinFont.c b/shared-bindings/fontio/BuiltinFont.c
index 9e2f81c47..5eaae624e 100644
--- a/shared-bindings/fontio/BuiltinFont.c
+++ b/shared-bindings/fontio/BuiltinFont.c
@@ -46,7 +46,7 @@
//| ...
//|
-//| bitmap: bitmap = ...
+//| bitmap: displayio.Bitmap = ...
//| """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
//| `terminalio.Terminal`."""