Skip to content
This repository was archived by the owner on Dec 17, 2018. It is now read-only.

Commit d439b87

Browse files
committed
typos python_fm_1.ipynb and python_fm_2.ipynb
1 parent a086857 commit d439b87

File tree

2 files changed

+93
-373
lines changed

2 files changed

+93
-373
lines changed

python_fm_1.ipynb

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"- [Loops](#Loops)\n",
2525
"- [Files](#Files)\n",
2626
"- [Getting help](#Getting-help)\n",
27-
"- [Exercises 1.1](#Exercises-1.1)"
27+
"- [Exercise 1.1](#Exercise-1.1)"
2828
]
2929
},
3030
{
@@ -186,9 +186,9 @@
186186
"cell_type": "markdown",
187187
"metadata": {},
188188
"source": [
189-
"## Dictionaries\n",
189+
"## Dictionnaries\n",
190190
"\n",
191-
"A dictionary is an unordered collection of key-value pairs where keys must be unique."
191+
"A dictionnary is an unordered collection of key-value pairs where keys must be unique."
192192
]
193193
},
194194
{
@@ -510,7 +510,7 @@
510510
"cell_type": "markdown",
511511
"metadata": {},
512512
"source": [
513-
"## Exercises 1.1\n",
513+
"## Exercise 1.1\n",
514514
"\n",
515515
"We are going to look at a [Gapminder](https://www.gapminder.org/) dataset, made famous by Hans Rosling from the Ted presentation [‘The best stats you’ve ever seen’](http://www.ted.com/talks/hans_rosling_shows_the_best_stats_you_ve_ever_seen).\n",
516516
"\n",

0 commit comments

Comments
 (0)