Skip to content

Commit e9a9bfe

Browse files
committed
docs(option_list): fix typo in highlighted_option docstring
1 parent 8030bbd commit e9a9bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/widgets/_option_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def option_count(self) -> int:
313313

314314
@property
315315
def highlighted_option(self) -> Option | None:
316-
"""The currently highlighted options, or `None` if no option is highlighted,
316+
"""The currently highlighted option, or `None` if no option is highlighted.
317317
318318
Returns:
319319
An Option, or `None`.

0 commit comments

Comments
 (0)