diff --git a/docs/source/tables.rst b/docs/source/tables.rst index 8e2536765..fdc6ec043 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",