Skip to content

Commit 655589b

Browse files
authored
Fix error message typo (#4378)
1 parent 9091b21 commit 655589b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/workflow/entities.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def __str__(self):
8989
"""Override built-in String function for PipelineVariable"""
9090
raise TypeError(
9191
"Pipeline variables do not support __str__ operation. "
92-
"Please use `.to_string()` to convert it to string type in execution time"
92+
"Please use `.to_string()` to convert it to string type in execution time "
9393
"or use `.expr` to translate it to Json for display purpose in Python SDK."
9494
)
9595

0 commit comments

Comments
 (0)