Skip to content

Commit 148ab69

Browse files
committed
minor
1 parent 7aeb0cd commit 148ab69

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/console/helpers/progressbar.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,9 @@ current progress of the bar. Here is a list of the built-in placeholders:
243243
* ``memory``: The current memory usage;
244244
* ``message``: used to display arbitrary messages in the progress bar (as explained later).
245245

246-
The time fields ``elapsed``, ``remaining`` and ``estimated`` are displayed with a precision of 2.
247-
That means `172799` seconds are displayed as ``1 day, 23 hrs`` instead of ``1 day, 23 hrs, 59 mins, 59 secs``.
246+
The time fields ``elapsed``, ``remaining`` and ``estimated`` are displayed with
247+
a precision of 2. That means ``172799`` seconds are displayed as
248+
``1 day, 23 hrs`` instead of ``1 day, 23 hrs, 59 mins, 59 secs``.
248249

249250
For instance, here is how you could set the format to be the same as the
250251
``debug`` one::

0 commit comments

Comments
 (0)