We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395d650 commit 2fcf491Copy full SHA for 2fcf491
src/sagemaker/workflow/steps.py
@@ -91,7 +91,7 @@ def to_request(self) -> RequestType:
91
return request_dict
92
93
def add_depends_on(self, step_names: Union[List[str], List["Step"]]):
94
- """Add step names or stpe instances to the current step depends on list"""
+ """Add step names or step instances to the current step depends on list"""
95
96
if not step_names:
97
return
0 commit comments