Skip to content

Commit c63bbcf

Browse files
committed
fix: docstring capitalization
1 parent 7bb9864 commit c63bbcf

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 retrieve 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)