Skip to content

Commit 29e8112

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

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
@@ -87,7 +87,7 @@ def try_load_dataset(dataset_name: str, output_directory: Path) -> bool:
8787
description='Use \'-d\' or \'--datasets\' option to enumerate '
8888
'dataset(s) that should be downloaded')
8989
parser.add_argument('-l', '--list', action='store_const',
90-
const=True, help='list of available datasets')
90+
const=True, help='The list of available datasets')
9191
parser.add_argument('-d', '--datasets', type=str, nargs='*',
9292
help='datasets which should be downloaded')
9393
args = parser.parse_args()

0 commit comments

Comments
 (0)