mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add a class docstring for the Pretty widget.
This commit is contained in:
@@ -10,6 +10,11 @@ from ..widget import Widget
|
||||
|
||||
|
||||
class Pretty(Widget):
|
||||
"""A pretty-printing widget.
|
||||
|
||||
Used to pretty-print any object.
|
||||
"""
|
||||
|
||||
DEFAULT_CSS = """
|
||||
Static {
|
||||
height: auto;
|
||||
|
||||
Reference in New Issue
Block a user