Skip to content

Commit 989895f

Browse files
authored
Update 07 - Zipping.ipynb
Fix minor typo
1 parent 24073b1 commit 989895f

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)