Fix up sphinx

This commit is contained in:
Scott Shawcroft 2019-03-19 18:37:41 -07:00
parent 5e2fec714c
commit 4b0afc855d
No known key found for this signature in database
GPG Key ID: FD0EDC4B6C53CA59
2 changed files with 1 additions and 3 deletions

View File

@ -57,11 +57,9 @@
//| :maxdepth: 3
//|
//| Bitmap
//| BuiltinFont
//| ColorConverter
//| Display
//| FourWire
//| Glyph
//| Group
//| OnDiskBitmap
//| Palette

View File

@ -46,7 +46,7 @@
//| .. class:: Terminal(tilegrid, font)
//|
//| Terminal manages tile indices and cursor position based on VT100 commands. The font should be
//| a `displayio.BuiltinFont` and the TileGrid's bitmap should match the font's bitmap.
//| a `fontio.BuiltinFont` and the TileGrid's bitmap should match the font's bitmap.
//|
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) {