Add a class docstring for the Pretty widget.

This commit is contained in:
Dave Pearson
2023-03-01 12:51:26 +00:00
parent 9c45c7df89
commit 75625ef6f3

View File

@@ -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;