This commit is contained in:
Ofek Lev 2021-06-12 10:33:10 -04:00 committed by GitHub
parent f27f2901e3
commit b7fb6aa274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1132,7 +1132,7 @@ Helper methods are available in ``tqdm.contrib.logging``. For example:
Monitoring thread, intervals and miniters Monitoring thread, intervals and miniters
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
``tqdm`` implements a few tricks to to increase efficiency and reduce overhead. ``tqdm`` implements a few tricks to increase efficiency and reduce overhead.
- Avoid unnecessary frequent bar refreshing: ``mininterval`` defines how long - Avoid unnecessary frequent bar refreshing: ``mininterval`` defines how long
to wait between each refresh. ``tqdm`` always gets updated in the background, to wait between each refresh. ``tqdm`` always gets updated in the background,

View File

@ -1351,7 +1351,7 @@ Helper methods are available in ``tqdm.contrib.logging``. For example:
Monitoring thread, intervals and miniters Monitoring thread, intervals and miniters
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
``tqdm`` implements a few tricks to to increase efficiency and reduce overhead. ``tqdm`` implements a few tricks to increase efficiency and reduce overhead.
- Avoid unnecessary frequent bar refreshing: ``mininterval`` defines how long - Avoid unnecessary frequent bar refreshing: ``mininterval`` defines how long
to wait between each refresh. ``tqdm`` always gets updated in the background, to wait between each refresh. ``tqdm`` always gets updated in the background,