Skip to content

Commit

Permalink
Fixed typo in README.md (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofca authored Jan 2, 2024
1 parent 6706d3e commit 9246493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ print(ds.attr_triples_2)
print(ds.rel_triples_1)
print(ds.rel_triples_2)
print(ds.ent_links)
for fold in in ds.folds:
for fold in ds.folds:
print(fold)
```

Expand Down

0 comments on commit 9246493

Please sign in to comment.