Skip to content

Commit d69d1c6

Browse files
authored
[TYPO] Update new_dataset_script.py (huggingface#5119)
Update new_dataset_script.py
1 parent d201a39 commit d69d1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/new_dataset_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
}
5555

5656

57-
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
57+
# TODO: Name of the dataset usually matches the script name with CamelCase instead of snake_case
5858
class NewDataset(datasets.GeneratorBasedBuilder):
5959
"""TODO: Short description of my dataset."""
6060

0 commit comments

Comments
 (0)