Skip to content

Commit 71b2d62

Browse files
committed
fixed omission of word to
1 parent d487647 commit 71b2d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

part-4.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@
402402
"\n",
403403
"Sets are unordered collections of distinct items. Lists can have duplicates of the same item, but sets only store one copy.\n",
404404
"\n",
405-
"Let's say we want to make a roster of people who have RSVPed to our birthday party. If someone RSVPs twice we don't want them show up in our roster twice. Let's use a set!"
405+
"Let's say we want to make a roster of people who have RSVPed to our birthday party. If someone RSVPs twice we don't want them to show up in our roster twice. Let's use a set!"
406406
]
407407
},
408408
{

0 commit comments

Comments
 (0)