Skip to content

Commit

Permalink
oopsies 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jan 17, 2017
1 parent e53f386 commit e5ed260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced/iters.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ iterators** with some more features that we don't need to care about.
The generator we got works just like other iterators:

```py
>>> c = thingy()
>>> t = thingy()
>>> t
<generator object thingy at 0xb72300f4>
>>> next(t)
Expand Down

0 comments on commit e5ed260

Please sign in to comment.