Skip to content

Commit

Permalink
This commit corrects a typo in a line of code in the tutorial notebook (
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-bentley authored Sep 30, 2020
1 parent 1012076 commit e50ab10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/source/tutorial/sklearndf_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
},
"outputs": [],
"source": [
"housing_df[\"GarageType\"].unique()"
"housing_features_df[\"GarageType\"].unique()"
]
},
{
Expand Down

0 comments on commit e50ab10

Please # to comment.