From 7e8b95450f35d1154d16f92c45fc457a1dc799df Mon Sep 17 00:00:00 2001 From: Michael Junio Date: Tue, 6 Sep 2016 19:52:23 -0700 Subject: [PATCH 1/2] Fixed typo in Dictionaries.ipynb --- Dictionaries.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dictionaries.ipynb b/Dictionaries.ipynb index 9abf3c8..836a622 100644 --- a/Dictionaries.ipynb +++ b/Dictionaries.ipynb @@ -313,7 +313,7 @@ "source": [ "## Nesting with Dictionaries\n", "\n", - "Hopefully your starting to see how powerful Python is with its flexibility of nesting objects and calling methods on them. Let's see a dictionary nested inside a dictionary:" + "Hopefully you're starting to see how powerful Python is with its flexibility of nesting objects and calling methods on them. Let's see a dictionary nested inside a dictionary:" ] }, { From 9e8bbe1b74804460e46631f735ef097eb385ab68 Mon Sep 17 00:00:00 2001 From: Michael Junio Date: Tue, 6 Sep 2016 19:58:36 -0700 Subject: [PATCH 2/2] Fixed typo in Dictionaries.ipynb --- Dictionaries.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dictionaries.ipynb b/Dictionaries.ipynb index 836a622..201010b 100644 --- a/Dictionaries.ipynb +++ b/Dictionaries.ipynb @@ -332,7 +332,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Wow! Thats a quite the inception of dictionaries! Let's see how we can grab that value:" + "Wow! That's a quite the inception of dictionaries! Let's see how we can grab that value:" ] }, {