Skip to content

Commit bd24588

Browse files
committed
words
1 parent ef8520a commit bd24588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/textual/pilot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ async def _post_mouse_events(
291291
functions that the pilot exposes.
292292
293293
Args:
294-
widget: A widget or selector to specify the widget that used as the reference
295-
for the events offset. If this is not specified, the offset is interpreted
294+
widget: A widget or selector used as the origin
295+
for the event's offset. If this is not specified, the offset is interpreted
296296
relative to the screen. You can use this parameter to try to target a
297297
specific widget. However, if the widget is currently hidden or obscured by
298298
another widget, the events may not land on the widget you specified.

0 commit comments

Comments
 (0)