Skip to content

Commit 0e27759

Browse files
author
Joseph Luce
authored
Update itertools.md
1 parent a870f2a commit 0e27759

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: pythonic/itertools.md

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ for each in itertools.starmap(operator.mul, data)
5050

5151
## tee()
5252

53+
## izip()
54+
5355
## zip_longest()
5456

5557
## combinations()

0 commit comments

Comments
 (0)