Skip to content

Commit 0b810cf

Browse files
authored
Update Yield From.ipynb
Fix: minor typo
1 parent a67bd62 commit 0b810cf

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)