Skip to content

Commit

Permalink
FIX: Typo in cli help
Browse files Browse the repository at this point in the history
Signed-off-by: debugger24 <rahulcomp24@gmail.com>
  • Loading branch information
debugger24 committed Jun 28, 2023
1 parent 513341f commit cded6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro/framework/cli/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
TO_NODES_HELP = """A list of node names which should be used as an end point."""
NODE_ARG_HELP = """Run only nodes with specified names."""
RUNNER_ARG_HELP = """Specify a runner that you want to run the pipeline with.
Available runners: 'SequentialRunner', 'ParallelRunner' and 'ThreadRun'."""
Available runners: 'SequentialRunner', 'ParallelRunner' and 'ThreadRunner'."""
ASYNC_ARG_HELP = """Load and save node inputs and outputs asynchronously
with threads. If not specified, load and save datasets synchronously."""
TAG_ARG_HELP = """Construct the pipeline using only nodes which have this tag
Expand Down

0 comments on commit cded6a2

Please sign in to comment.