Skip to content

Commit b423a34

Browse files
committed
Fixes #148
1 parent 9309042 commit b423a34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/igd.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ They are not re-usable.
187187
... print(c)
188188
...
189189

190-
One way to create a reusable generator is Object based generators which does not hold any state. Any class with a *__iter__* method which yields data can be used as a object generator.
191-
In the following example we will recreate out counter generator.
190+
One way to create a reusable generator is Object based generators which do not hold any state. Any class with a *__iter__* method which yields data can be used as an object generator.
191+
In the following example we will recreate our counter generator.
192192

193193
::
194194

0 commit comments

Comments
 (0)