Skip to content

Commit 8d527f8

Browse files
committed
fix: typo
1 parent 2efa1e8 commit 8d527f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/jumpstart/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def get_image_uri(self, instance_type: str, region: str) -> Optional[str]:
365365
return image_uri_alias
366366

367367
if not image_uri_alias.startswith("$"):
368-
raise TypeError("All image uris should map to an alias an start with '$'.")
368+
raise TypeError("All image uris should map to an alias and start with '$'.")
369369

370370
if region not in self.aliases:
371371
return None

0 commit comments

Comments
 (0)