docs: fix typos and whitespace

This commit is contained in:
Aaron Stephens 2022-01-03 01:04:35 -08:00
parent 2ba277ac54
commit c3469772a4
14 changed files with 30 additions and 30 deletions

View file

@ -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(