Skip to content

Commit f9b1d3a

Browse files
committed
Islice
1 parent b1ece6c commit f9b1d3a

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
@@ -1027,7 +1027,7 @@ from itertools import *
10271027
>>> compress('abc', [True, 0, 1])
10281028
['a', 'c']
10291029

1030-
>>> # islice(<seq>, from_inclusive, to_exclusive)
1030+
>>> # islice(<collection>, from_inclusive, to_exclusive)
10311031
>>> islice([1, 2, 3], 1, None)
10321032
[2, 3]
10331033

0 commit comments

Comments
 (0)