Skip to content

Commit b1656be

Browse files
authored
Remove an inaccurate sentence (#830)
1 parent 4efe388 commit b1656be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/user-guide/writing-workflows/scheduling.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1935,8 +1935,7 @@ The ``?`` symbol denotes an :term:`optional output` which allows the graph to
19351935
branch.
19361936

19371937
Note the last line of the graph ``c | r => d`` allows the graph to
1938-
continue on to ``d`` regardless of the path taken. This is an :term:`artificial
1939-
dependency`.
1938+
continue on to ``d`` regardless of the path taken.
19401939

19411940
This is a simple example of a "switch" pattern, the task ``b`` being the switch
19421941
in this case, the ``succeeded`` / ``failed`` outputs deciding which pathway

0 commit comments

Comments
 (0)