Skip to content

Commit

Permalink
Corrected example description in Progress docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson authored Aug 9, 2021
1 parent 14693ca commit 5287f8f
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 two thirds::

from time import sleep

Expand Down

0 comments on commit 5287f8f

Please sign in to comment.