Skip to content

Commit 9b78722

Browse files
committed
instances_of --> get_instances
1 parent a64dd78 commit 9b78722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/ontology.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ To get the **sub-entities**, simply replace the method name with `#!python sub_e
112112
To retrieve the entailed **instances** of a class:
113113

114114
```python
115-
doid.reasoner.instances_of(doid_class)
115+
doid.reasoner.get_instances(doid_class)
116116
```
117117

118118
### Checking Entailment

0 commit comments

Comments
 (0)