Skip to content

Commit

Permalink
Merge pull request #3004 from alichtman/patch-1
Browse files Browse the repository at this point in the history
Update tables.rst
  • Loading branch information
willmcgugan committed Jun 21, 2023
2 parents afaf8cc + 8e008c6 commit 8c7449f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8c7449f

Please sign in to comment.