Skip to content

Commit

Permalink
Merge pull request tensorflow#1602 from abhinavsp0730:typo_fixes-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 299885306
  • Loading branch information
copybara-github committed Mar 9, 2020
2 parents f36d8f7 + d9f369f commit aba5491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ All datasets are implemented as subclasses of `tfds.core.DatasetBuilder`. TFDS
has two entry points:

* `tfds.builder`: Returns the `tfds.core.DatasetBuilder` instance, giving
control over `builder.download_and_prepate()` and
control over `builder.download_and_prepare()` and
`builder.as_dataset()`.
* `tfds.load`: Convenience wrapper which hides the `download_and_prepate` and
* `tfds.load`: Convenience wrapper which hides the `download_and_prepare` and
`as_dataset` calls, and directly returns the `tf.data.Dataset`.

```python
Expand Down

0 comments on commit aba5491

Please sign in to comment.