diff --git a/11. Dictionaries.ipynb b/11. Dictionaries.ipynb index 58e57db..a537aae 100644 --- a/11. Dictionaries.ipynb +++ b/11. Dictionaries.ipynb @@ -13,7 +13,7 @@ "\n", "![list.png](attachment:list.png)\n", "\n", - "Dictionaries are a list with key and value pairs. The format for this method of storing values is curly brackets ```{}``` as seen below. After you assign a dictionary a name, you can enter values by putting a value followed by a colon to indicate the corresponding value. Multiple corresponding values in a dictionary are seperated by commas. You can also print the corresponding value of the key, using brackets ```[]```." + "Dictionaries are a list with key and value pairs. The format for this method of storing values is curly brackets ```{}``` as seen below. After you assign a dictionary a name, you can enter values by putting a value followed by a colon to indicate the corresponding value. Multiple corresponding values in a dictionary are separated by commas. You can also print the corresponding value of the key, using brackets ```[]```." ] }, {