Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Feb 1, 2024
1 parent 26bc684 commit 3013d21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cylc/flow/xtriggers/echo.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ def echo(*args, **kwargs) -> Tuple:
Examples:
>>> echo('Breakfast Time', succeed=True, egg='poached')
True, {'succeed': True, 'egg': 'poached'}
echo: ARGS: ('Breakfast Time',)
echo: KWARGS: {'succeed': True, 'egg': 'poached'}
(True, {'succeed': True, 'egg': 'poached'})
Returns
(True/False, kwargs)
Expand Down

0 comments on commit 3013d21

Please sign in to comment.