Browse Source

Iterator fix

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

2
README.md

@ -183,7 +183,9 @@ for line in iter(partial(input, 'Please enter value: '), ''):
### Next ### Next
**Returns next item. If there are no more items it raises exception or returns default if specified.** **Returns next item. If there are no more items it raises exception or returns default if specified.**
```python
<el> = next(<iter> [, default]) <el> = next(<iter> [, default])
```
#### Skips first item: #### Skips first item:
```python ```python

|||||||
100:0
Loading…
Cancel
Save