Skip to content

Commit a03aa2f

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

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
@@ -89,7 +89,7 @@ def try_load_dataset(dataset_name: str, output_directory: Path) -> bool:
8989
parser.add_argument('-l', '--list', action='store_const',
9090
const=True, help='The list of available datasets')
9191
parser.add_argument('-d', '--datasets', type=str, nargs='*',
92-
help='datasets which should be downloaded')
92+
help='The datasets that should be downloaded.')
9393
args = parser.parse_args()
9494

9595
if args.list:

0 commit comments

Comments
 (0)