Skip to content

Commit

Permalink
Update progress.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan authored Mar 29, 2021
1 parent 2558c6f commit e4d5eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/progress.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Table Columns

Rich builds a :class:`~rich.table.Table` for the tasks in the Progress instance. You can customize how the columns of this *tasks table* are created by specifying the `table_column` argument in the Column constructor, which should be a :class:`~rich.table.Column` instance.

The following example demonstrates a progress bar where the description takes one third of the width of the terminal, and the bar takes up the remaining third.
The following example demonstrates a progress bar where the description takes one third of the width of the terminal, and the bar takes up the remaining third::

from time import sleep

Expand Down

0 comments on commit e4d5eda

Please sign in to comment.