Skip to content

Commit 80261d5

Browse files
authored
Suggested wording changes
1 parent adcec4c commit 80261d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"cell_type": "markdown",
2121
"metadata": {},
2222
"source": [
23-
"Ok, so now that we have gotten a sense of how to read from a list and alter a list in Python, let's put this knowledge to practice. "
23+
"Ok, so now that we have a sense of how to read from a list and alter a list in Python, let's put this knowledge to use. "
2424
]
2525
},
2626
{
@@ -36,7 +36,7 @@
3636
"source": [
3737
"* Practice reading one and multiple elements from lists\n",
3838
"* Practice altering data in lists\n",
39-
"* Practice add elements and removing elements from lists"
39+
"* Practice adding elements and removing elements from lists"
4040
]
4141
},
4242
{

0 commit comments

Comments
 (0)