Skip to content

Commit 4b0afc8

Browse files
committed
Fix up sphinx
1 parent 5e2fec7 commit 4b0afc8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

shared-bindings/displayio/__init__.c

-2
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@
5757
//| :maxdepth: 3
5858
//|
5959
//| Bitmap
60-
//| BuiltinFont
6160
//| ColorConverter
6261
//| Display
6362
//| FourWire
64-
//| Glyph
6563
//| Group
6664
//| OnDiskBitmap
6765
//| Palette

shared-bindings/terminalio/Terminal.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
//| .. class:: Terminal(tilegrid, font)
4747
//|
4848
//| Terminal manages tile indices and cursor position based on VT100 commands. The font should be
49-
//| a `displayio.BuiltinFont` and the TileGrid's bitmap should match the font's bitmap.
49+
//| a `fontio.BuiltinFont` and the TileGrid's bitmap should match the font's bitmap.
5050
//|
5151

5252
STATIC mp_obj_t terminalio_terminal_make_new(const mp_obj_type_t *type, size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args) {

0 commit comments

Comments
 (0)