Skip to content

Commit

Permalink
spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Feb 2, 2024
1 parent 3013d21 commit 690fd5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cylc/flow/xtriggers/echo.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def echo(*args, **kwargs) -> Tuple:
This may be a useful aid to understanding how xtriggers work.
Args:
succeed: Set the succeess of failure of this xtrigger.
succeed: Set the success of failure of this xtrigger.
*args: Print to stdout.
**kwargs: Print to stdout, and return as output.
Expand Down
4 changes: 2 additions & 2 deletions cylc/flow/xtriggers/xrandom.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def xrandom(
Finally, if the percent is not zero, and the random percent success is
met, then it returns that the trigger condition was satisfied, and a
dictionary containing random color and size as result.
dictionary containing random colour and size as result.
>>> import sys
>>> mocked_random = lambda: 0.9
Expand All @@ -87,7 +87,7 @@ def xrandom(
A dictionary containing the following keys:
``COLOR``
A random color (e.g. red, orange, ...).
A random colour (e.g. red, orange, ...).
``SIZE``
A random size (e.g. small, medium, ...).
Expand Down

0 comments on commit 690fd5d

Please sign in to comment.