Skip to content

Commit

Permalink
Fixing typo n on line 114 file /docs/source/nodes_and_pipelines/run_a…
Browse files Browse the repository at this point in the history
…_pipeline.md from issue #2607 (#2826)

Signed-off-by: laizaparizotto <[email protected]>
  • Loading branch information
laizaparizotto authored Jul 21, 2023
1 parent 8adb74d commit 5bd4144
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/source/nodes_and_pipelines/run_a_pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ class DryRunner(AbstractRunner):
self._logger.info(
"Actual run would execute %d nodes:\n%s",
len(nodes),
"\n",
pipeline.describe(),
)
self._logger.info("Checking inputs...")
Expand Down

0 comments on commit 5bd4144

Please sign in to comment.