Skip to content

Commit 93912b3

Browse files
author
Joe Burgess
committed
fix spellin mistake
1 parent 6b142d5 commit 93912b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"cell_type": "markdown",
146146
"metadata": {},
147147
"source": [
148-
"> We assign the varible `italy` equal to `None`, but you should change the word `None` to code that uses the `countries` list to assign `italy` to `'Italy'`. We wrote the variable `italy` a second time, so that you can see what it equals when you run the code block. Currently, nothing is displayed below as it equals `None`, but when it's correct it will match the string which is commented out, `'Italy'`."
148+
"> We assign the variable `italy` equal to `None`, but you should change the word `None` to code that uses the `countries` list to assign `italy` to `'Italy'`. We wrote the variable `italy` a second time, so that you can see what it equals when you run the code block. Currently, nothing is displayed below as it equals `None`, but when it's correct it will match the string which is commented out, `'Italy'`."
149149
]
150150
},
151151
{

0 commit comments

Comments
 (0)