Skip to content

Commit

Permalink
Fix typo (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Jun 12, 2021
1 parent f27f290 commit b7fb6aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .meta/.readme.rst
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -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,
Expand Down

0 comments on commit b7fb6aa

Please sign in to comment.