Browse Source

Iterator fix

pull/21/head
Jure Šorn 5 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
**Returns next item. If there are no more items it raises exception or returns default if specified.**
```python
<el> = next(<iter> [, default])
```
#### Skips first item:
```python

Loading…
Cancel
Save