From 97f13d9163ceb35f1950c142c16c58b9fe9c964a Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Sat, 26 Jun 2021 10:27:53 -0400 Subject: [PATCH] typo update --- 4-Classification/1-Introduction/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/4-Classification/1-Introduction/README.md b/4-Classification/1-Introduction/README.md index 46b266956..18c5b498f 100644 --- a/4-Classification/1-Introduction/README.md +++ b/4-Classification/1-Introduction/README.md @@ -184,7 +184,7 @@ Now you can dig deeper into the data and learn what are the typical ingredients ![japanese](images/japanese.png) -1. Now for the chinese ingrediences: +1. Now for the chinese ingredients: ```python chinese_ingredient_df = create_ingredient_df(chinese_df) @@ -193,7 +193,7 @@ Now you can dig deeper into the data and learn what are the typical ingredients ![chinese](images/chinese.png) -1. Plot the indian ingrediences: +1. Plot the indian ingredients: ```python indian_ingredient_df = create_ingredient_df(indian_df) @@ -202,7 +202,7 @@ Now you can dig deeper into the data and learn what are the typical ingredients ![indian](images/indian.png) -1. Finally, plot the korean ingrediences: +1. Finally, plot the korean ingredients: ```python korean_ingredient_df = create_ingredient_df(korean_df)