Skip to content

Commit fd2fbe6

Browse files
authored
Merge pull request fbaptiste#39 from WillieMaddox/patch-29
Update Yield From.ipynb
2 parents a67bd62 + 0b810cf commit fd2fbe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part 2/Section 06 - Generators/06 - Yield From/Yield From.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"cell_type": "markdown",
9292
"metadata": {},
9393
"source": [
94-
"All we have done here is create a generator (iterator) that can be used to iterate of the elements of a nested iterator.\n",
94+
"All we have done here is create a generator (iterator) that can be used to iterate over the elements of a nested iterator.\n",
9595
"\n",
9696
"We can then use it this way:"
9797
]

0 commit comments

Comments
 (0)