From b7fb6aa2740797a613090ebdf5ea94bc4090f1b7 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sat, 12 Jun 2021 10:33:10 -0400 Subject: [PATCH] Fix typo (#1178) --- .meta/.readme.rst | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.meta/.readme.rst b/.meta/.readme.rst index 47156937..dbcfd8bb 100644 --- a/.meta/.readme.rst +++ b/.meta/.readme.rst @@ -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, diff --git a/README.rst b/README.rst index ae68ccff..9534ef7b 100644 --- a/README.rst +++ b/README.rst @@ -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,