Skip to content

Commit fcc47ff

Browse files
author
Rise Riyo
committed
edit grammar in sets
1 parent 1ca6f7e commit fcc47ff

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

part-4.ipynb

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:2e85a1190fdc5f2a5f5567835384cdf4dc4a717102ea921578a4ee8c4d69eccc"
4+
"signature": "sha256:2370e04209148fe9960fb427f1cf48a0972c89329bf5505554ad65ea1f41413d"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -360,8 +360,7 @@
360360
],
361361
"language": "python",
362362
"metadata": {},
363-
"outputs": [],
364-
"prompt_number": 39
363+
"outputs": []
365364
},
366365
{
367366
"cell_type": "code",
@@ -371,17 +370,7 @@
371370
],
372371
"language": "python",
373372
"metadata": {},
374-
"outputs": [
375-
{
376-
"metadata": {},
377-
"output_type": "pyout",
378-
"prompt_number": 40,
379-
"text": [
380-
"'the dog ate the burrito green'"
381-
]
382-
}
383-
],
384-
"prompt_number": 40
373+
"outputs": []
385374
},
386375
{
387376
"cell_type": "code",
@@ -418,7 +407,7 @@
418407
"\n",
419408
"Sets are unordered collections of distinct items. Lists can have duplicates of the same item, but sets only store one copy.\n",
420409
"\n",
421-
"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!"
410+
"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 showing up in our roster twice. Let's use a set!"
422411
]
423412
},
424413
{

0 commit comments

Comments
 (0)