Skip to content

Commit 7bb9864

Browse files
committed
fix: docstring typo
1 parent 7f0b873 commit 7bb9864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/jumpstart/notebook_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def get_model_url(
2323
"""Retrieve web url describing pretrained model.
2424
2525
Args:
26-
model_id (str): The model id for which to retieve the url.
26+
model_id (str): The model id for which to retrieve the url.
2727
model_version (str): The model version for which to retrieve the url.
2828
region (str): Optional. The region from which to retrieve metadata.
2929
(Default: JUMPSTART_DEFAULT_REGION_NAME)

0 commit comments

Comments
 (0)