From e8401181fd97f819f00b63d560415784d7eff207 Mon Sep 17 00:00:00 2001 From: muddymudskipper Date: Fri, 21 Jun 2024 09:30:34 +0100 Subject: [PATCH] fix typo --- cmem_plugin_robotreason/plugin_robotreason.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmem_plugin_robotreason/plugin_robotreason.py b/cmem_plugin_robotreason/plugin_robotreason.py index 6b221a4..3c85ae7 100644 --- a/cmem_plugin_robotreason/plugin_robotreason.py +++ b/cmem_plugin_robotreason/plugin_robotreason.py @@ -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