mirror of https://github.com/tqdm/tqdm.git
Fix typo (#1178)
This commit is contained in:
parent
f27f2901e3
commit
b7fb6aa274
|
@ -1132,7 +1132,7 @@ Helper methods are available in ``tqdm.contrib.logging``. For example:
|
|||
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
|
||||
to wait between each refresh. ``tqdm`` always gets updated in the background,
|
||||
|
|
|
@ -1351,7 +1351,7 @@ Helper methods are available in ``tqdm.contrib.logging``. For example:
|
|||
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
|
||||
to wait between each refresh. ``tqdm`` always gets updated in the background,
|
||||
|
|
Loading…
Reference in New Issue