From ff2b39a1537a01c2eae576ba5b8da01dfaa55c8f Mon Sep 17 00:00:00 2001 From: Ford Hurley Date: Wed, 5 Feb 2014 16:13:51 -0500 Subject: [PATCH] Change 'iterator' to 'iterable' in README http://docs.python.org/2/glossary.html#term-iterable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f65d305f..c77c914d 100644 --- a/README.md +++ b/README.md @@ -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)