Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 56c7b40

Browse files
committed
minor
1 parent ebb1f5e commit 56c7b40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/console/helpers/progressbar.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ you can also set the current progress by calling the
5050

5151
If your platform doesn't support ANSI codes, updates to the progress
5252
bar are added as new lines. To prevent the output from being flooded,
53-
use the method :method:`Symfony\\Component\\Console\\Helper\\ProgressBar::minSecondsBetweenRedraws`
54-
to limit the number of redraws and the method
55-
:method:`Symfony\\Component\\Console\\Helper\\ProgressBar::setRedrawFrequency`
53+
use the :method:`Symfony\\Component\\Console\\Helper\\ProgressBar::minSecondsBetweenRedraws`
54+
method to limit the number of redraws and the
55+
:method:`Symfony\\Component\\Console\\Helper\\ProgressBar::setRedrawFrequency` method
5656
to redraw every N iterations. By default, redraw frequency is
5757
**100ms** or **10%** of your ``max``.
5858

0 commit comments

Comments
 (0)