Datasets:

Tasks:
Other
Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
License:
anonymous-authors commited on
Commit
e52b8b9
1 Parent(s): bde3024

[Minor fix] Typo correction (#4644)

Browse files

Commit from https://github.com/huggingface/datasets/commit/ef08598d592fb8825ef02ae03314da5019f0b8ee

Files changed (1) hide show
  1. story_cloze.py +1 -1
story_cloze.py CHANGED
@@ -51,7 +51,7 @@ class StoryCloze(datasets.GeneratorBasedBuilder):
51
  return (
52
  "To use Story Cloze you have to download it manually. Please fill this "
53
  "google form (http://goo.gl/forms/aQz39sdDrO). Complete the form. "
54
- "Then you will recieve a download link for the dataset. Load it using: "
55
  "`datasets.load_dataset('story_cloze', data_dir='path/to/folder/folder_name')`"
56
  )
57
 
51
  return (
52
  "To use Story Cloze you have to download it manually. Please fill this "
53
  "google form (http://goo.gl/forms/aQz39sdDrO). Complete the form. "
54
+ "Then you will receive a download link for the dataset. Load it using: "
55
  "`datasets.load_dataset('story_cloze', data_dir='path/to/folder/folder_name')`"
56
  )
57