From f257a39eab2c3fc10e52b7a5c248b46dcc3c46a6 Mon Sep 17 00:00:00 2001 From: Hilary James Oliver Date: Fri, 24 May 2024 10:05:36 +0000 Subject: [PATCH] Spelling fix. --- cylc/flow/cfgspec/workflow.py | 2 +- tests/unit/scripts/test_completion_server.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cylc/flow/cfgspec/workflow.py b/cylc/flow/cfgspec/workflow.py index b4b67cb4587..b913507ddee 100644 --- a/cylc/flow/cfgspec/workflow.py +++ b/cylc/flow/cfgspec/workflow.py @@ -1095,7 +1095,7 @@ def get_script_common_text(this: str, example: Optional[str] = None): foo:x? => x - In these cases succeess is presumed to be required unless + In these cases success is presumed to be required unless explicitly stated otherwise, either in the graph e.g: .. code-block:: cylc-graph diff --git a/tests/unit/scripts/test_completion_server.py b/tests/unit/scripts/test_completion_server.py index 975ac946da6..7130353ef82 100644 --- a/tests/unit/scripts/test_completion_server.py +++ b/tests/unit/scripts/test_completion_server.py @@ -721,7 +721,7 @@ def _get_current_completion_script_version(_script, lang): async def test_prereqs_and_outputs(): """Test the error cases for listing task prereqs/outputs. - The succeess cases are tested in an integration test (requires a running + The success cases are tested in an integration test (requires a running scheduler). """ # if no tokens are provided, no prereqs or outputs are returned