Skip to content

Commit a55e023

Browse files
committed
Chain
1 parent 5ab93d3 commit a55e023

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
@@ -190,7 +190,7 @@ from itertools import count, repeat, cycle, chain, islice
190190
```
191191

192192
```python
193-
<iter> = chain(<collection>, <collection>) # Empties collections in order.
193+
<iter> = chain(<coll.>, <coll.>, ...) # Empties collections in order.
194194
<iter> = chain.from_iterable(<collection>) # Empties collections inside a collection in order.
195195
```
196196

0 commit comments

Comments
 (0)