From 2558c6fab19ef760860be5bb4c07523c19b14df4 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 29 Mar 2021 09:56:33 +0100 Subject: [PATCH] Update progress.rst --- docs/source/progress.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/progress.rst b/docs/source/progress.rst index 3b3168d2..797d9249 100644 --- a/docs/source/progress.rst +++ b/docs/source/progress.rst @@ -131,7 +131,7 @@ To implement your own columns, extend the :class:`~rich.progress.ProgressColumn` 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.