Skip to content

Commit 85b707a

Browse files
committed
Revert
1 parent 9791247 commit 85b707a

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 first!**
416+
* **If you want to print the iterator, you need to pass it to the list() function!**
417417

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

0 commit comments

Comments
 (0)