Skip to content

Commit 2fcf491

Browse files
committed
fix: fix typo in docstring
1 parent 395d650 commit 2fcf491

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
@@ -91,7 +91,7 @@ def to_request(self) -> RequestType:
9191
return request_dict
9292

9393
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"""
94+
"""Add step names or step instances to the current step depends on list"""
9595

9696
if not step_names:
9797
return

0 commit comments

Comments
 (0)