Merge pull request #1136 from davep/footer-docstring

Fix copy/paste-o with Footer docstring
This commit is contained in:
Dave Pearson
2022-11-07 22:25:07 +00:00
committed by GitHub

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 {