From 979124726aa281276eda6f022e9b68319522f706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Thu, 28 Mar 2019 23:16:36 +0100 Subject: [PATCH] Combinatorics --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e4bc8f..c50433e 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!** +* **If you want to print the iterator, you need to pass it to the list() function first!** ```python from itertools import product, combinations, combinations_with_replacement, permutations