Skip to content

Commit

Permalink
small typo fix (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
cw00dw0rd committed Oct 30, 2020
1 parent 66a15bf commit ea35889
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/Arangopipe_Feature_Example_ext1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"source": [
"In case you have not done the previous examples, here is a quick look at the dataset we are working with.\n",
"\n",
"This dataset is available from the arangopipe repo and was originally made avaialble from the UCI ML Repository. The dataset contains data for housing in California, including:\n",
"This dataset is available from the arangopipe repo and was originally made available from the UCI ML Repository. The dataset contains data for housing in California, including:\n",
"\n",
"* The house configuration & location\n",
"* The median house values and ages\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/Arangopipe_Feature_Examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
},
{
"source": [
"Here we register the dataset that we imported in the intro section. This dataset is available from the arangopipe repo and was originally made avaialble from the UCI ML Repository. The dataset contains data for housing in california, including:\n",
"Here we register the dataset that we imported in the intro section. This dataset is available from the arangopipe repo and was originally made available from the UCI ML Repository. The dataset contains data for housing in california, including:\n",
" - The house configuration & location\n",
" - The median house values and ages\n",
" - The general population & number of households\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"source": [
"In case you have not done the previous examples, here is a quick look at the dataset we are working with.\n",
"\n",
"This dataset is available from the arangopipe repo and was originally made avaialble from the UCI ML Repository. The dataset contains data for housing in California, including:\n",
"This dataset is available from the arangopipe repo and was originally made available from the UCI ML Repository. The dataset contains data for housing in California, including:\n",
"\n",
"* The house configuration & location\n",
"* The median house values and ages\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
"id": "kwx8NNJqIrMf"
},
"source": [
"Here we register the dataset that we imported in the intro section. This dataset is available from the arangopipe repo and was originally made avaialble from the UCI ML Repository. The dataset contains data for housing in california, including:\n",
"Here we register the dataset that we imported in the intro section. This dataset is available from the arangopipe repo and was originally made available from the UCI ML Repository. The dataset contains data for housing in california, including:\n",
" - The house configuration & location\n",
" - The median house values and ages\n",
" - The general population & number of households\n",
Expand Down

0 comments on commit ea35889

Please sign in to comment.