docstrings

This commit is contained in:
Will McGugan
2022-05-18 15:57:11 +01:00
parent d27d22000b
commit 3b0bb8657e
4 changed files with 24 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ from textual.layout import Vertical
from rich.text import Text
TEXT = Text.from_markup(" ".join(str(n) * 5 for n in range(10)))
TEXT = Text.from_markup(" ".join(str(n) * 5 for n in range(12)))
class AutoApp(App):