mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 18:18:22 +00:00
docs: fix typos and whitespace
This commit is contained in:
parent
2ba277ac54
commit
c3469772a4
14 changed files with 30 additions and 30 deletions
|
@ -70,7 +70,7 @@ You may also add columns by specifying them in the positional arguments of the :
|
|||
|
||||
table = Table("Released", "Title", "Box Office", title="Star Wars Movies")
|
||||
|
||||
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 an :class:`~rich.table.Column` class. Here's an example::
|
||||
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
|
||||
table = Table(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue