Corrected example description in Progress docs.

This commit is contained in:
Carlton Gibson 2021-08-09 20:35:57 +02:00 committed by GitHub
parent 14693caf4c
commit 5287f8f431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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