Skip to content

Commit 508c789

Browse files
committed
fix typo
1 parent d2c5612 commit 508c789

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.DS_Store

2 KB
Binary file not shown.

07_Visualization/Tips/Exercises.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"cell_type": "markdown",
121121
"metadata": {},
122122
"source": [
123-
"### Step 8. Present the realationship between days and total_bill value"
123+
"### Step 8. Present the relationship between days and total_bill value"
124124
]
125125
},
126126
{
@@ -215,8 +215,9 @@
215215
}
216216
],
217217
"metadata": {
218+
"anaconda-cloud": {},
218219
"kernelspec": {
219-
"display_name": "Python 2",
220+
"display_name": "Python [default]",
220221
"language": "python",
221222
"name": "python2"
222223
},
@@ -230,7 +231,7 @@
230231
"name": "python",
231232
"nbconvert_exporter": "python",
232233
"pygments_lexer": "ipython2",
233-
"version": "2.7.11"
234+
"version": "2.7.12"
234235
}
235236
},
236237
"nbformat": 4,

07_Visualization/Tips/Exercises_with_code_and_solutions.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@
386386
"cell_type": "markdown",
387387
"metadata": {},
388388
"source": [
389-
"### Step 8. Present the realationship between days and total_bill value"
389+
"### Step 8. Present the relationship between days and total_bill value"
390390
]
391391
},
392392
{
@@ -555,7 +555,7 @@
555555
],
556556
"metadata": {
557557
"kernelspec": {
558-
"display_name": "Python 2",
558+
"display_name": "Python [default]",
559559
"language": "python",
560560
"name": "python2"
561561
},
@@ -569,7 +569,7 @@
569569
"name": "python",
570570
"nbconvert_exporter": "python",
571571
"pygments_lexer": "ipython2",
572-
"version": "2.7.11"
572+
"version": "2.7.12"
573573
}
574574
},
575575
"nbformat": 4,

07_Visualization/Tips/Solutions.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@
364364
"cell_type": "markdown",
365365
"metadata": {},
366366
"source": [
367-
"### Step 8. Present the realationship between days and total_bill value"
367+
"### Step 8. Present the relationship between days and total_bill value"
368368
]
369369
},
370370
{
@@ -515,7 +515,7 @@
515515
],
516516
"metadata": {
517517
"kernelspec": {
518-
"display_name": "Python 2",
518+
"display_name": "Python [default]",
519519
"language": "python",
520520
"name": "python2"
521521
},
@@ -529,7 +529,7 @@
529529
"name": "python",
530530
"nbconvert_exporter": "python",
531531
"pygments_lexer": "ipython2",
532-
"version": "2.7.11"
532+
"version": "2.7.12"
533533
}
534534
},
535535
"nbformat": 4,

0 commit comments

Comments
 (0)