From 85b707aee264f3f0c2213489d4a6d20e6539439c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Thu, 28 Mar 2019 23:17:46 +0100 Subject: [PATCH] Revert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c50433e..3e4bc8f 100644 --- a/README.md +++ b/README.md @@ -413,7 +413,7 @@ shuffle() Combinatorics ------------- * **Every function returns an iterator.** -* **If you want to print the iterator, you need to pass it to the list() function first!** +* **If you want to print the iterator, you need to pass it to the list() function!** ```python from itertools import product, combinations, combinations_with_replacement, permutations