Skip to content

Commit

Permalink
Merge pull request #970 from anjamejac/ontology-new-keyword
Browse files Browse the repository at this point in the history
Ontology: added new keyword
  • Loading branch information
PrimozGodec authored May 5, 2023
2 parents e012004 + 0137842 commit c18873c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/text/widgets/owontology.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ class OWOntology(OWWidget, ConcurrentWidgetMixin):
description = ""
icon = "icons/Ontology.svg"
priority = 1110
keywords = "ontology"
keywords = "ontology, hierarchy"

CACHED, LIBRARY = range(2) # library list modification types
RUN_BUTTON, INC_BUTTON = "Generate", "Include"
Expand Down

0 comments on commit c18873c

Please sign in to comment.