Skip to content

Commit eaab19f

Browse files
committed
fix typo in readme
1 parent 795deff commit eaab19f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ See the [List of Supported Models](#list-of-supported-models) section for all av
7070

7171
> More examples can be found in the `examples` and `tests` folders.
7272
73-
`torch-molecule` supports applications in broad domains from chemistry, biology, to materials science. To get started, you can load prepared datasets from `torch_molecule.dataset` (updated after v0.1.3):
73+
`torch-molecule` supports applications in broad domains from chemistry, biology, to materials science. To get started, you can load prepared datasets from `torch_molecule.datasets` (updated after v0.1.3):
7474

7575
| Dataset | Description | Function |
7676
|---------|-------------|----------|
@@ -83,7 +83,7 @@ See the [List of Supported Models](#list-of-supported-models) section for all av
8383

8484

8585
```python
86-
from torch_molecule.dataset import load_qm9
86+
from torch_molecule.datasets import load_qm9
8787

8888
# local_dir is the local path where the dataset will be saved
8989
smiles_list, property_np_array = load_qm9(local_dir='torchmol_data')

0 commit comments

Comments
 (0)