Skip to content

Commit 2e7fa4d

Browse files
authored
Fix incorrect import quick_start.md (#1987)
1 parent f050e42 commit 2e7fa4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/tutorials/quick_start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ MindNLP includes a `load_dataset` API that loads any dataset from the Hugging Fa
2525

2626

2727
```python
28-
from mindnlp import load_dataset
28+
from mindnlp.dataset import load_dataset
2929

3030
imdb_ds = load_dataset('imdb', split=['train', 'test'])
3131
imdb_train = imdb_ds['train']

0 commit comments

Comments
 (0)