We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa43e7 commit add20c2Copy full SHA for add20c2
docs/source/loading.mdx
@@ -222,7 +222,7 @@ Load a list of Python dictionaries with [`~Dataset.from_list`]:
222
223
### Python generator
224
225
-Create a dataset from a Python generator with [`~Dataset.from_generator`]
+Create a dataset from a Python generator with [`~Dataset.from_generator`]:
226
227
```py
228
>>> from datasets import Dataset
0 commit comments