Skip to content

Commit

Permalink
Merge pull request #20 from mikejune/master
Browse files Browse the repository at this point in the history
Fixed typo in Dictionaries.ipynb
  • Loading branch information
jmportilla authored Apr 11, 2017
2 parents fd509c8 + 9e8bbe1 commit a91810c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dictionaries.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
]
},
{
Expand All @@ -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:"
]
},
{
Expand Down

0 comments on commit a91810c

Please sign in to comment.