mirror of https://github.com/tqdm/tqdm.git
Change 'iterator' to 'iterable' in README
http://docs.python.org/2/glossary.html#term-iterable
This commit is contained in:
parent
da5fdbf7c0
commit
ff2b39a153
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue