Skip to content

Commit c0aca73

Browse files
committed
docstring
1 parent c6fdd71 commit c0aca73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/textual/app.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3472,7 +3472,9 @@ def _watch_app_focus(self, focus: bool) -> None:
34723472
self.screen.set_focus(None)
34733473

34743474
async def action_simulate_key(self, key: str) -> None:
3475-
"""An [action](/guide/actions) to handle a key press using the binding system.
3475+
"""An [action](/guide/actions) to simulate a key press.
3476+
3477+
This will invoke the same actions as if the user had pressed the key.
34763478
34773479
Args:
34783480
key: The key to process.

0 commit comments

Comments
 (0)