From 799a769f3e5a44955e69d6e8bf341f9539057780 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Sat, 15 Oct 2022 22:02:19 +0100 Subject: [PATCH] Add code markup to mention of the Table class --- docs/guide/widgets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/widgets.md b/docs/guide/widgets.md index 6143ce874..d30e30c96 100644 --- a/docs/guide/widgets.md +++ b/docs/guide/widgets.md @@ -191,7 +191,7 @@ Let's modify the default width for the fizzbuzz example. By default, the table w ```{.textual path="docs/examples/guide/widgets/fizzbuzz02.py"} ``` -Note that we've added `expand=True` to tell the Table to expand beyond the optimal width, so that it fills the 50 characters returned by `get_content_width`. +Note that we've added `expand=True` to tell the `Table` to expand beyond the optimal width, so that it fills the 50 characters returned by `get_content_width`. ## Compound widgets