From 5287f8f4312d5f5ef4c269964a63d79ad73e3c81 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Mon, 9 Aug 2021 20:35:57 +0200 Subject: [PATCH] Corrected example description in Progress docs. --- 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 a459f551..5c70e329 100644 --- a/docs/source/progress.rst +++ b/docs/source/progress.rst @@ -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