summaryrefslogtreecommitdiffstats
path: root/tqdm/asyncio.py
diff options
context:
space:
mode:
Diffstat (limited to 'tqdm/asyncio.py')
-rw-r--r--tqdm/asyncio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tqdm/asyncio.py b/tqdm/asyncio.py
index 97c5f88..ddc89b8 100644
--- a/tqdm/asyncio.py
+++ b/tqdm/asyncio.py
@@ -18,7 +18,7 @@ __all__ = ['tqdm_asyncio', 'tarange', 'tqdm', 'trange']
class tqdm_asyncio(std_tqdm):
"""
- Asynchronous-friendly version of tqdm (Python 3.6+).
+ Asynchronous-friendly version of tqdm.
"""
def __init__(self, iterable=None, *args, **kwargs):
super(tqdm_asyncio, self).__init__(iterable, *args, **kwargs)