Skip to content

Commit aaf66c3

Browse files
authored
Fix one more typo
1 parent 51a3863 commit aaf66c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/beam_datasets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Finally, you can launch the job using the command below:
6868
```sh
6969
python -m tensorflow_datasets.scripts.download_and_prepare \
7070
--datasets=$DATASET_NAME \
71-
--data_dir=$GCP_BUCKET/tensorflow_datasets \
71+
--data_dir=$GCS_BUCKET/tensorflow_datasets \
7272
--beam_pipeline_options=\
7373
"runner=DataflowRunner,project=$GCP_PROJECT,job_name=$DATASET_NAME-gen,"\
7474
"staging_location=$GCS_BUCKET/binaries,temp_location=$GCS_BUCKET/temp,"\

0 commit comments

Comments
 (0)