Skip to content

Commit

Permalink
Fixed singlular very minor spelling error (#314)
Browse files Browse the repository at this point in the history
An instance of "independantly" was changed to "independently". That's all.
  • Loading branch information
SchizoidBat committed Jun 25, 2020
1 parent fa5f64a commit 13fcba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/Overview.ipynb
Expand Up @@ -3514,7 +3514,7 @@
"source": [
"## Modifying the dataset with `dataset.map`\n",
"\n",
"There is a powerful method `.map()` which is inspired by `tf.data` map method and that you can use to apply a function to each examples, independantly or in batch."
"There is a powerful method `.map()` which is inspired by `tf.data` map method and that you can use to apply a function to each examples, independently or in batch."
]
},
{
Expand Down Expand Up @@ -4991,4 +4991,4 @@
"outputs": []
}
]
}
}

0 comments on commit 13fcba1

Please sign in to comment.