diff --git a/Dictionaries.ipynb b/Dictionaries.ipynb index 9abf3c8..201010b 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:" ] }, { @@ -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:" ] }, {