Fix type annotation mistake
This commit is contained in:
parent
9cdfba2e47
commit
319d9b04f1
|
@ -61,7 +61,7 @@
|
|||
//| scroll_area: displayio.TileGrid,
|
||||
//| font: fontio.BuiltinFont,
|
||||
//| *,
|
||||
//| status_bar: displayio.TileGrid = None
|
||||
//| status_bar: Optional[displayio.TileGrid] = None
|
||||
//| ) -> None:
|
||||
//| """Terminal manages tile indices and cursor position based on VT100 commands. The font should be
|
||||
//| a `fontio.BuiltinFont` and the TileGrid's bitmap should match the font's bitmap."""
|
||||
|
|
Loading…
Reference in New Issue