Skip to content

Commit afadecf

Browse files
committed
fixing readme typos
1 parent 10bf78a commit afadecf

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
@@ -313,7 +313,7 @@ class CustomDataset(TransductiveDataset):
313313
```
314314
</details>
315315

316-
* `InductiveDataset` requires 4 links in the `urls` field by convention `urls = ["transductive_train_set_link", "inference_graph_link", "inference_valid_set_link", "inference_test_set_link"]` and `name`. By default, we assume that validation and test edges are based on `inference_graph` (but you can modity the loaders to account for different combinations).
316+
* `InductiveDataset` requires 4 links in the `urls` field by convention `urls = ["transductive_train_set_link", "inference_graph_link", "inference_valid_set_link", "inference_test_set_link"]` and `name`. By default, we assume that validation and test edges are based on `inference_graph` (but you can modify the loaders to account for different combinations).
317317

318318
<details>
319319
<summary>Code example</summary>

0 commit comments

Comments
 (0)