Fix copy/paste-o with Footer docstring

See #1135
This commit is contained in:
Dave Pearson
2022-11-07 22:18:32 +00:00
parent f474222a3c
commit a137a6e910

View File

@@ -13,7 +13,7 @@ from ..widget import Widget
@rich.repr.auto
class Footer(Widget):
"""A simple header widget which docks itself to the top of the parent container."""
"""A simple footer widget which docks itself to the bottom of the parent container."""
DEFAULT_CSS = """
Footer {