mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 18:18:22 +00:00
Update progress.rst
This commit is contained in:
parent
2558c6fab1
commit
e4d5eda74b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue