Browse Source

Chain

pull/28/head
Jure Šorn 6 years ago
parent
commit
a55e023134
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -190,7 +190,7 @@ from itertools import count, repeat, cycle, chain, islice
```
```python
<iter> = chain(<collection>, <collection>) # Empties collections in order.
<iter> = chain(<coll.>, <coll.>, ...) # Empties collections in order.
<iter> = chain.from_iterable(<collection>) # Empties collections inside a collection in order.
```

Loading…
Cancel
Save