From 2dd601b058d13d9e55c1d0d8dff903ac3b8d8df4 Mon Sep 17 00:00:00 2001 From: Nick L Date: Wed, 19 Apr 2023 11:07:57 +1000 Subject: [PATCH] Spelling mistake in wait_for_scenario docs wait_for_scenario() had a spelling mistake in the docstring and subsequent generated documentation. --- dataikuapi/dss/scenario.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataikuapi/dss/scenario.py b/dataikuapi/dss/scenario.py index 077b03231..1663290cf 100644 --- a/dataikuapi/dss/scenario.py +++ b/dataikuapi/dss/scenario.py @@ -626,7 +626,7 @@ def __init__(self, scenario, trigger_fire): def wait_for_scenario_run(self, no_fail=False): """ - Polls, waiting for the run of the sceanrio that this trigger activation launched to be available, or + Polls, waiting for the run of the scenario that this trigger activation launched to be available, or for the trigger fire to be cancelled (possibly cancelled by another firing) :param no_fail: If no_fail=True, will return None if the trigger fire is cancelled, else will raise