Browse Source

Iterator

pull/31/head
Jure Šorn 6 years ago
parent
commit
09357cdac3
1 changed files with 0 additions and 2 deletions
  1. 2
      README.md

2
README.md

@ -178,8 +178,6 @@ Point(x=1, y=2)
Iterator Iterator
-------- --------
**In this cheatsheet `'<collection>'` can also mean an iterator.**
```python ```python
from itertools import count, repeat, cycle, chain, islice from itertools import count, repeat, cycle, chain, islice
``` ```

Loading…
Cancel
Save