Skip to content

Commit 1e15627

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

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
@@ -86,7 +86,7 @@ def _registry_from_region(region, registry_dict):
8686
if region not in available_regions:
8787
raise ValueError(
8888
"Unsupported region: {}. "
89-
"You may need to upgrade your SDK version (pip install -U sagemaker) newer regions. "
89+
"You may need to upgrade your SDK version (pip install -U sagemaker) for newer regions. "
9090
"Supported region(s): {}.".format(region, ", ".join(available_regions))
9191
)
9292

0 commit comments

Comments
 (0)