Skip to content

Commit 81af40d

Browse files
authored
documentation: fix pipelines processing step typo (#2184)
1 parent 3f81634 commit 81af40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/workflow/steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def __init__(
330330
the `process` method of the `sagemaker.processing.Processor`.
331331
332332
Args:
333-
name (str): The name of the training step.
333+
name (str): The name of the processing step.
334334
processor (Processor): A `sagemaker.processing.Processor` instance.
335335
inputs (List[ProcessingInput]): A list of `sagemaker.processing.ProcessorInput`
336336
instances. Defaults to `None`.

0 commit comments

Comments
 (0)