mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
docstring
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user