diff --git a/sagemaker/pipeline/create_sm_pipeline.py b/sagemaker/pipeline/create_sm_pipeline.py index 5ffd46d335..5ad0bd01f5 100644 --- a/sagemaker/pipeline/create_sm_pipeline.py +++ b/sagemaker/pipeline/create_sm_pipeline.py @@ -235,7 +235,7 @@ def _create_pipeline_parameters(self, args: PipelineArgs): def _create_pipeline_steps( self, args: PipelineArgs ) -> List[Union[ProcessingStep, TrainingStep]]: - """Creates the pipeline steps and reeturns them as a list + """Creates the pipeline steps and returns them as a list Parameters ----------