Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Jun 21, 2024
1 parent 4d7542a commit e840118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmem_plugin_robotreason/plugin_robotreason.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def convert_iri_to_filename(value: str) -> str:
@Plugin(
label="Reasoning with ROBOT",
icon=Icon(file_name="obofoundry.png", package=__package__),
description="Given a data and an ontology grpah, this task performs reasoning " "using ROBOT.",
description="Given a data and an ontology graph, this task performs reasoning " "using ROBOT.",
documentation="""A task performing reasoning using ROBOT (ROBOT is an OBO Tool).
It takes an OWL ontology and a data graph as inputs and writes the reasoning result
to a specified graph. The following reasoner options are supported: ELK, Expression
Expand Down

0 comments on commit e840118

Please sign in to comment.