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

Commit 7784e00

Browse files
authored
Merge pull request fbaptiste#36 from WillieMaddox/patch-27
Update Grouping.ipynb
2 parents 601de4b + 960d944 commit 7784e00

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)