Skip to content

Commit f5dfc4f

Browse files
committed
Iterator fix
1 parent 580179e commit f5dfc4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,9 @@ for line in iter(partial(input, 'Please enter value: '), ''):
183183

184184
### Next
185185
**Returns next item. If there are no more items it raises exception or returns default if specified.**
186+
```python
186187
<el> = next(<iter> [, default])
188+
```
187189

188190
#### Skips first item:
189191
```python

0 commit comments

Comments
 (0)