Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
guipsamora committed Oct 29, 2017
1 parent d2c5612 commit 508c789
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
Binary file modified .DS_Store
Binary file not shown.
7 changes: 4 additions & 3 deletions 07_Visualization/Tips/Exercises.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Step 8. Present the realationship between days and total_bill value"
"### Step 8. Present the relationship between days and total_bill value"
]
},
{
Expand Down Expand Up @@ -215,8 +215,9 @@
}
],
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python [default]",
"language": "python",
"name": "python2"
},
Expand All @@ -230,7 +231,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.11"
"version": "2.7.12"
}
},
"nbformat": 4,
Expand Down
6 changes: 3 additions & 3 deletions 07_Visualization/Tips/Exercises_with_code_and_solutions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Step 8. Present the realationship between days and total_bill value"
"### Step 8. Present the relationship between days and total_bill value"
]
},
{
Expand Down Expand Up @@ -555,7 +555,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python [default]",
"language": "python",
"name": "python2"
},
Expand All @@ -569,7 +569,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.11"
"version": "2.7.12"
}
},
"nbformat": 4,
Expand Down
6 changes: 3 additions & 3 deletions 07_Visualization/Tips/Solutions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Step 8. Present the realationship between days and total_bill value"
"### Step 8. Present the relationship between days and total_bill value"
]
},
{
Expand Down Expand Up @@ -515,7 +515,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python [default]",
"language": "python",
"name": "python2"
},
Expand All @@ -529,7 +529,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.11"
"version": "2.7.12"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 508c789

Please sign in to comment.