From 7c9b3f4cd60ea446b0ab8b3ec446ccb60a027763 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Wed, 24 May 2023 14:13:17 +0100 Subject: [PATCH] Include widgets.option_list.Option in the docs Noticed this in passing; possibly dropped by accident when the widgets were removed form the API section of the docs? --- docs/widgets/option_list.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/widgets/option_list.md b/docs/widgets/option_list.md index a489e6b4f..8192b7672 100644 --- a/docs/widgets/option_list.md +++ b/docs/widgets/option_list.md @@ -115,3 +115,8 @@ The option list provides the following component classes: ::: textual.widgets.OptionList options: heading_level: 2 + + +::: textual.widgets.option_list.Option + options: + heading_level: 2