Skip to content

Commit e5ed260

Browse files
committed
oopsies 2
1 parent e53f386 commit e5ed260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced/iters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ iterators** with some more features that we don't need to care about.
291291
The generator we got works just like other iterators:
292292

293293
```py
294-
>>> c = thingy()
294+
>>> t = thingy()
295295
>>> t
296296
<generator object thingy at 0xb72300f4>
297297
>>> next(t)

0 commit comments

Comments
 (0)