Skip to content

Commit badb3a8

Browse files
Update src/textual/pilot.py
Co-authored-by: Darren Burns <[email protected]>
1 parent c4f8b9f commit badb3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/pilot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ async def mouse_down(
110110
the offset specified and it must be within the visible area of the screen.
111111
112112
Args:
113-
selector: A widget or selector used as an origin
113+
widget: A widget or selector used as an origin
114114
for the event offset. If this is not specified, the offset is interpreted
115115
relative to the screen. You can use this parameter to try to target a
116116
specific widget. However, if the widget is currently hidden or obscured by

0 commit comments

Comments
 (0)