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