Skip to content

Commit bc0ad0c

Browse files
itearsloutoftardis
andauthored
Update datasets/load_datasets.py
Co-authored-by: Ekaterina Mekhnetsova <mekkatya@gmail.com>
1 parent b0b71c8 commit bc0ad0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datasets/load_datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def try_load_dataset(dataset_name: str, output_directory: Path) -> bool:
8585
if __name__ == '__main__':
8686
parser = argparse.ArgumentParser(
8787
description='Use \'-d\' or \'--datasets\' option to enumerate '
88-
'dataset(s) which should be downloaded')
88+
'dataset(s) that should be downloaded')
8989
parser.add_argument('-l', '--list', action='store_const',
9090
const=True, help='list of available datasets')
9191
parser.add_argument('-d', '--datasets', type=str, nargs='*',

0 commit comments

Comments
 (0)