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 67c0716 commit 1e15627Copy full SHA for 1e15627
src/sagemaker/image_uris.py
@@ -86,7 +86,7 @@ def _registry_from_region(region, registry_dict):
86
if region not in available_regions:
87
raise ValueError(
88
"Unsupported region: {}. "
89
- "You may need to upgrade your SDK version (pip install -U sagemaker) newer regions. "
+ "You may need to upgrade your SDK version (pip install -U sagemaker) for newer regions. "
90
"Supported region(s): {}.".format(region, ", ".join(available_regions))
91
)
92
0 commit comments