Skip to content

Commit

Permalink
dict fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierian-Data committed Feb 3, 2016
1 parent f4bf8d9 commit d1940a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .ipynb_checkpoints/Dictionaries-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{
"data": {
"text/plain": [
"'value1'"
"'value2'"
]
},
"execution_count": 2,
Expand All @@ -56,7 +56,7 @@
],
"source": [
"# Call values by their key\n",
"my_dict['key1']"
"my_dict['key2']"
]
},
{
Expand Down Expand Up @@ -472,7 +472,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.10"
"version": "2.7.11"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions Dictionaries.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{
"data": {
"text/plain": [
"'value1'"
"'value2'"
]
},
"execution_count": 2,
Expand Down Expand Up @@ -472,7 +472,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.10"
"version": "2.7.11"
}
},
"nbformat": 4,
Expand Down

0 comments on commit d1940a4

Please sign in to comment.