Update progress.rst

This commit is contained in:
Will McGugan 2021-03-29 09:56:33 +01:00 committed by GitHub
parent 007f8999be
commit 2558c6fab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ To implement your own columns, extend the :class:`~rich.progress.ProgressColumn`
Table Columns 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. 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.