Skip to content

Commit 3ecf453

Browse files
authored
Fix minor typos in tensorflow_datasets.core.load docstring
Fix minor grammar errors (missing words) in the docstrings for `tensorflow_datasets.core.load.py`
1 parent 45e71b3 commit 3ecf453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow_datasets/core/load.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ def load(
582582
guide](https://www.tensorflow.org/datasets/splits). If `None`, will return
583583
all splits in a `Dict[Split, tf.data.Dataset]`
584584
data_dir: directory to read/write data. Defaults to the value of the
585-
environment variable TFDS_DATA_DIR, if set, otherwise falls back to
585+
environment variable TFDS_DATA_DIR, if set, otherwise falls back to where
586586
datasets are stored.
587587
batch_size: `int`, if set, add a batch dimension to examples. Note that
588588
variable length features will be 0-padded. If `batch_size=-1`, will return
@@ -751,7 +751,7 @@ def data_source(
751751
guide](https://www.tensorflow.org/datasets/splits). If `None`, will return
752752
all splits in a `Dict[Split, Sequence]`
753753
data_dir: directory to read/write data. Defaults to the value of the
754-
environment variable TFDS_DATA_DIR, if set, otherwise falls back to
754+
environment variable TFDS_DATA_DIR, if set, otherwise falls back to where
755755
datasets are stored.
756756
download: `bool` (optional), whether to call
757757
`tfds.core.DatasetBuilder.download_and_prepare` before calling

0 commit comments

Comments
 (0)