Skip to content

Commit

Permalink
rst fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Jan 14, 2022
1 parent f8e5e2c commit daa8f27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cylc/flow/network/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ class WorkflowRuntimeServer(ZMQSocketBase):
A list of Cylc IDs relative to the workflow.
* ``1`` - The cycle point "1".
* ``1/foo` - The task "foo" in the cycle "1".
* ``1/foo/01` - The first job of the task "foo" from the cycle "1".
* ``1/foo`` - The task "foo" in the cycle "1".
* ``1/foo/01`` - The first job of the task "foo" from the cycle
"1".
Glob-like patterns may be used to match multiple items e.g.
Expand Down

0 comments on commit daa8f27

Please sign in to comment.