Fix docstrings

This commit is contained in:
allegroai
2022-06-06 14:18:49 +03:00
parent 4021b23506
commit f64e1f34c5
2 changed files with 7 additions and 7 deletions

View File

@@ -92,7 +92,7 @@ if __name__ == '__main__':
# set the pipeline steps default execution queue (per specific step we can override it with the decorator)
# PipelineDecorator.set_default_execution_queue('default')
# Run the pipeline steps as subprocesses on the current machine, great for local executions
# (for easy development / debugging, use `PipelineDecorator.pipeline()` to execute steps as regular functions)
# (for easy development / debugging, use `PipelineDecorator.debug_pipeline()` to execute steps as regular functions)
PipelineDecorator.run_locally()
# Start the pipeline execution logic.