Update src/textual/widgets/_label.py

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
Dave Pearson
2022-11-16 15:09:27 +00:00
committed by GitHub
parent c881a9657f
commit 22863148ef

View File

@@ -4,4 +4,4 @@ from ._static import Static
class Label(Static): class Label(Static):
"""A simple label widget for displaying text-oriented rendenrables.""" """A simple label widget for displaying text-oriented renderables."""