Skip to content

Commit

Permalink
typo update
Browse files Browse the repository at this point in the history
  • Loading branch information
jlooper authored Jun 26, 2021
1 parent 43dbaaf commit e72f17a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 4-Classification/1-Introduction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit e72f17a

Please sign in to comment.