Skip to content

Commit 5bf1ee3

Browse files
committed
Fix code in documentation
1 parent 592423b commit 5bf1ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ the `indra_world` package to be installed.
213213

214214
```python
215215
from indra.tools import assemble_corpus as ac
216-
from indra_world.belief.wm_scorer import get_eidos_scorer
216+
from indra_world.belief import get_eidos_scorer
217217
from indra_world.ontology.world import world_ontology
218218
stmts = <the collection of all raw statements to use>
219219
stmts = ac.filter_grounded_only(stmts) # Filter out ungrounded agents

0 commit comments

Comments
 (0)