Skip to content

Commit 7dc793b

Browse files
authored
Merge pull request fbaptiste#34 from WillieMaddox/patch-25
Update 07 - Zipping.ipynb
2 parents 24073b1 + 989895f commit 7dc793b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part 2/Section 08 - Iteration Tools/07 - Zipping.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"cell_type": "markdown",
119119
"metadata": {},
120120
"source": [
121-
"Sometimes we want to zip up iterables but completely iterate all the iterables, and not stop at the shortest. Of course, the problem is what to do with iterables that have been full iterated before the longest one has?\n",
121+
"Sometimes we want to zip up iterables but completely iterate all the iterables, and not stop at the shortest. Of course, the problem is what to do with iterables that have been fully iterated before the longest one has?\n",
122122
"\n",
123123
"Simple, we just need to provide a default \"filler\" value.\n",
124124
"\n",

0 commit comments

Comments
 (0)