Update README.rst

This commit is contained in:
Leonardo Taccari 2020-05-07 19:41:17 +02:00 committed by Casper da Costa-Luis
parent dcd18b35ce
commit c8f865dd25
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ iterable with ``tqdm(iterable)``, and you're done!
``76%|████████████████████████        | 7568/10000 [00:33<00:10, 229.00it/s]`` ``76%|████████████████████████        | 7568/10000 [00:33<00:10, 229.00it/s]``
``trange(N)`` can be also used as a convenient shortcut for ``trange(N)`` can be also used as a convenient shortcut for
``tqdm(xrange(N))``. ``tqdm(range(N))``.
|Screenshot| |Screenshot|
|Video| |Slides| |Video| |Slides|