Skip to content

Commit d67ce50

Browse files
author
Alan Christie
committed
docs: Doc tweak
1 parent edc70ee commit d67ce50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/workflow_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ def _prepare_step(
557557
# (and all the dependent instances have completed successfully).
558558
# We can now compile a set of variables for it.
559559

560-
# Outputs - a list of step files that are workflow inputs.
560+
# Inputs - a list of step files that are workflow inputs.
561561
# These are project files that are copied into the step instance.
562562
inputs: set[str] = set()
563563
# Outputs - a list of step files that are workflow outputs.

0 commit comments

Comments
 (0)