Skip to content

Commit 72d3988

Browse files
dbiebercopybara-github
authored andcommitted
Fix spelling error in download_and_prepare
PiperOrigin-RevId: 237976381
1 parent fdb4191 commit 72d3988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_datasets/scripts/download_and_prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"builder_config_id", None,
6060
"If given 1 dataset with BUILDER_CONFIGS, id of config to build.")
6161

62-
flags.DEFINE_string("data_dir", DEFAULT_DATA_DIR, "Were to place the data.")
62+
flags.DEFINE_string("data_dir", DEFAULT_DATA_DIR, "Where to place the data.")
6363
flags.DEFINE_string("download_dir", None, "Where to place downloads.")
6464
flags.DEFINE_string("extract_dir", None, "Where to extract files.")
6565
flags.DEFINE_string(

0 commit comments

Comments
 (0)