Skip to content

Commit

Permalink
Spelling and grammar changes to Cfgspec/workflow docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim authored Nov 25, 2024
1 parent 8e60f55 commit 7486211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cylc/flow/cfgspec/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ def get_script_common_text(this: str, example: Optional[str] = None):
options=list(TASK_CONFIG_RUN_MODES),
default=RunMode.LIVE.value,
desc=f'''
When the workflow is running in live mode, run the *task*
When the workflow is running in live mode, run this *task*
in one of the following modes:
``{RunMode.LIVE.value}`` (default):
Expand Down Expand Up @@ -1453,7 +1453,7 @@ def get_script_common_text(this: str, example: Optional[str] = None):
include either succeeded or failed then succeeded
will be produced.
* The outputs submitted and started are always
produced and do not need to be defined in outputs.
produced and do not need to be defined in here.
.. versionadded:: 8.4.0
'''
Expand Down

0 comments on commit 7486211

Please sign in to comment.