Skip to content

Commit 7cb90a9

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

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
@@ -249,7 +249,7 @@ async def hover(
249249
the offset specified and it must be within the visible area of the screen.
250250
251251
Args:
252-
selector: A widget or selector used as an origin
252+
widget: A widget or selector used as an origin
253253
for the hover offset. If this is not specified, the offset is interpreted
254254
relative to the screen. You can use this parameter to try to hover a
255255
specific widget. However, if the widget is currently hidden or obscured by

0 commit comments

Comments
 (0)