diff --git a/bioimageio/spec/_internal/warning_levels.py b/bioimageio/spec/_internal/warning_levels.py index 36bc4961..6eaf59e6 100644 --- a/bioimageio/spec/_internal/warning_levels.py +++ b/bioimageio/spec/_internal/warning_levels.py @@ -9,7 +9,7 @@ """A warning of the error level is always raised (equivalent to a validation error)""" ALERT, ALERT_NAME = 35, "alert" -"""no ALERT nor ERROR -> RDF is worriless""" +"""no ALERT nor ERROR -> RDF is programmatically usable""" WARNING, WARNING_NAME = 30, "warning" """no WARNING nor ALERT nor ERROR -> RDF is watertight"""