Skip to content

Commit add20c2

Browse files
committed
Doc typo
1 parent 3aa43e7 commit add20c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/loading.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Load a list of Python dictionaries with [`~Dataset.from_list`]:
222222

223223
### Python generator
224224

225-
Create a dataset from a Python generator with [`~Dataset.from_generator`]
225+
Create a dataset from a Python generator with [`~Dataset.from_generator`]:
226226

227227
```py
228228
>>> from datasets import Dataset

0 commit comments

Comments
 (0)