Skip to content

Commit

Permalink
Fix a typo in the Footer __init__ docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed Dec 24, 2024
1 parent 219cb58 commit 43b56b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/widgets/_footer.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def __init__(
id: The ID of the widget in the DOM.
classes: The CSS classes for the widget.
disabled: Whether the widget is disabled or not.
show_command_palette: Show key binding to command palette, on the right of the footer.
show_command_palette: Show key binding to invoke the command palette, on the right of the footer.
"""
super().__init__(
*children,
Expand Down

0 comments on commit 43b56b6

Please sign in to comment.