Skip to content

Commit 3a28e76

Browse files
Fix readme
1 parent 0be6c03 commit 3a28e76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Make sure you are using *Python 3.7+* for all below!
1717

1818
### Import and load a dataset
1919
```py
20-
from semb.data import load, get_dataset_ids
20+
from semb.datasets import load, get_dataset_ids
2121
# explore all datasets (both built in and extended by 3rd party)
2222
ids = get_dataset_ids()
2323
# load a dataset

0 commit comments

Comments
 (0)