docstring

This commit is contained in:
Will McGugan
2023-04-02 08:47:33 +01:00
parent fdb885233f
commit 80d9681caf

View File

@@ -256,7 +256,7 @@ class Button(Static, can_focus=True):
) )
def action_press(self) -> None: def action_press(self) -> None:
"""Activate a press if""" """Activate a press of the button."""
self.press() self.press()
@classmethod @classmethod