Skip to content

Commit 8db4c4e

Browse files
authored
Update 12 - Reversed Iteration.ipynb
Fix minor typo
1 parent dc66d90 commit 8db4c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part 2/Section 04 - Iterables and Iterators/12 - Reversed Iteration.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@
761761
"cell_type": "markdown",
762762
"metadata": {},
763763
"source": [
764-
"In addition, we can override what is returned when the `reversed()` function is called on our custom sequence type. Here, I'll return a the list of the integers themselves instead of squares just to make this really stand out:"
764+
"In addition, we can override what is returned when the `reversed()` function is called on our custom sequence type. Here, I'll return the list of the integers themselves instead of squares just to make this really stand out:"
765765
]
766766
},
767767
{

0 commit comments

Comments
 (0)