Merge branch 'fordhurley-master' into all-fixes

This commit is contained in:
Mikhail Korobov 2015-04-17 03:38:24 +05:00
commit 2e6cee712c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
tqdm
====
Instantly make your loops show a progress meter - just wrap any iterator with "tqdm(iterator)", and you're done!
Instantly make your loops show a progress meter - just wrap any iterable with "tqdm(iterable)", and you're done!
![ScreenShot](https://i.imgur.com/he9Aw5C.gif)