Skip to content

Commit e4d5eda

Browse files
authored
Update progress.rst
1 parent 2558c6f commit e4d5eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/progress.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Table Columns
133133

134134
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.
135135

136-
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.
136+
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::
137137

138138
from time import sleep
139139

0 commit comments

Comments
 (0)