Commit 0585bea
committed
Fixing iterators
Python3 requires the `next` function to be called `__next__`, which is implicitly called when generating the next value using the iterator1 parent 3f6f559 commit 0585bea
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
515 | | - | |
| 515 | + | |
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
| |||
0 commit comments