Skip to content

Commit 9791247

Browse files
committed
Combinatorics
1 parent d98a107 commit 9791247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ shuffle(<list>)
413413
Combinatorics
414414
-------------
415415
* **Every function returns an iterator.**
416-
* **If you want to print the iterator, you need to pass it to the list() function!**
416+
* **If you want to print the iterator, you need to pass it to the list() function first!**
417417

418418
```python
419419
from itertools import product, combinations, combinations_with_replacement, permutations

0 commit comments

Comments
 (0)