Skip to content

Commit e779e4a

Browse files
authored
Merge pull request #1136 from davep/footer-docstring
Fix copy/paste-o with Footer docstring
2 parents f474222 + a137a6e commit e779e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/widgets/_footer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
@rich.repr.auto
1515
class Footer(Widget):
16-
"""A simple header widget which docks itself to the top of the parent container."""
16+
"""A simple footer widget which docks itself to the bottom of the parent container."""
1717

1818
DEFAULT_CSS = """
1919
Footer {

0 commit comments

Comments
 (0)