From 8e008c6d994b3e1ceb4f6af35bf0bef39577eade Mon Sep 17 00:00:00 2001 From: Aaron Lichtman Date: Wed, 21 Jun 2023 07:00:44 -0700 Subject: [PATCH] Update tables.rst --- docs/source/tables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tables.rst b/docs/source/tables.rst index 8e253676..fdc6ec04 100644 --- a/docs/source/tables.rst +++ b/docs/source/tables.rst @@ -119,7 +119,7 @@ You may also add columns by specifying them in the positional arguments of the : This allows you to specify the text of the column only. If you want to set other attributes, such as width and style, you can add a :class:`~rich.table.Column` class. Here's an example:: - from rich.table import Column + from rich.table import Column, Table table = Table( "Released", "Title",