Skip to content

Commit 960d944

Browse files
authored
Update Grouping.ipynb
Minor typo fix
1 parent 7dc793b commit 960d944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part 2/Section 08 - Iteration Tools/08 - Grouping/Grouping.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@
757757
"cell_type": "markdown",
758758
"metadata": {},
759759
"source": [
760-
"The key thing here is that the elements yielded from the different groups are using the **same** undelying iterable over all the elements. As the documentation states, when we advance to the next group, the previous one's iterator is automatically exhausted - it basically iterates over all the elements until it hits the next group key.\n",
760+
"The key thing here is that the elements yielded from the different groups are using the **same** underlying iterable over all the elements. As the documentation states, when we advance to the next group, the previous one's iterator is automatically exhausted - it basically iterates over all the elements until it hits the next group key.\n",
761761
"\n",
762762
"Let's see this by stepping through the iteration manually:"
763763
]

0 commit comments

Comments
 (0)