Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
- closes #773
  • Loading branch information
casperdcl committed Jul 11, 2019
1 parent 7995a65 commit 5b42cd1
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 @@ -758,7 +758,7 @@ Monitoring thread, intervals and miniters

- Avoid unnecessary frequent bar refreshing: ``mininterval`` defines how long
to wait between each refresh. ``tqdm`` always gets updated in the background,
but it will diplay only every ``mininterval``.
but it will display only every ``mininterval``.
- Reduce number of calls to check system clock/time.
- ``mininterval`` is more intuitive to configure than ``miniters``.
A clever adjustment system ``dynamic_miniters`` will automatically adjust
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -922,7 +922,7 @@ Monitoring thread, intervals and miniters

- Avoid unnecessary frequent bar refreshing: ``mininterval`` defines how long
to wait between each refresh. ``tqdm`` always gets updated in the background,
but it will diplay only every ``mininterval``.
but it will display only every ``mininterval``.
- Reduce number of calls to check system clock/time.
- ``mininterval`` is more intuitive to configure than ``miniters``.
A clever adjustment system ``dynamic_miniters`` will automatically adjust
Expand Down

0 comments on commit 5b42cd1

Please sign in to comment.