Skip to content

Commit 67c0716

Browse files
laurenyuajaykarpur
andauthored
Update src/sagemaker/image_uris.py
Co-authored-by: Ajay Karpur <[email protected]>
1 parent 7402967 commit 67c0716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/image_uris.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def _validate_py_version(py_version, available_versions, framework, fw_version):
120120
if py_version not in available_versions:
121121
raise ValueError(
122122
"Unsupported Python version for {} {}: {}. "
123-
"You may need to upgrade your SDK version (pip install -U sagemaker) newer versions. "
123+
"You may need to upgrade your SDK version (pip install -U sagemaker) for newer versions. "
124124
"Supported Python version(s): {}.".format(
125125
framework, fw_version, py_version, ", ".join(available_versions)
126126
)

0 commit comments

Comments
 (0)