We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8030bbd commit e9a9bfeCopy full SHA for e9a9bfe
src/textual/widgets/_option_list.py
@@ -313,7 +313,7 @@ def option_count(self) -> int:
313
314
@property
315
def highlighted_option(self) -> Option | None:
316
- """The currently highlighted options, or `None` if no option is highlighted,
+ """The currently highlighted option, or `None` if no option is highlighted.
317
318
Returns:
319
An Option, or `None`.
0 commit comments