Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Apr 2, 2023
2 parents eb4c7ef + 80d9681 commit e4d158d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/widgets/_button.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def _start_active_affect(self) -> None:
)

def action_press(self) -> None:
"""Activate a press if"""
"""Activate a press of the button."""
self.press()

@classmethod
Expand Down

0 comments on commit e4d158d

Please sign in to comment.