Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

Commit 401c1e9

Browse files
authored
Merge pull request fbaptiste#29 from WillieMaddox/patch-20
Update 03 - Making an Iterable from a Generator.ipynb
2 parents 7261a50 + e3a3d61 commit 401c1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part 2/Section 06 - Generators/03 - Making an Iterable from a Generator.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
"cell_type": "markdown",
298298
"metadata": {},
299299
"source": [
300-
"I want to point out that you can also easily run into various bug when you use generators with other generator functions.\n",
300+
"I want to point out that you can also easily run into various bugs when you use generators with other generator functions.\n",
301301
"\n",
302302
"Consider this example:"
303303
]

0 commit comments

Comments
 (0)