Skip to content

Commit e94a87b

Browse files
committed
fix: typo
1 parent b8e130c commit e94a87b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/sagemaker/jumpstart/utils.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ def get_formatted_manifest(
7575
def get_sagemaker_version() -> str:
7676
"""Returns sagemaker library version.
7777
78-
If the sagemaker library version has not been set yet, this function
79-
calls ``parse_sagemaker_version`` to retrive the version.
78+
If the sagemaker library version has not been set, this function
79+
calls ``parse_sagemaker_version`` to retrieve the version and set
80+
the constant.
8081
"""
8182
if constants.PARSED_SAGEMAKER_VERSION == "":
8283
constants.PARSED_SAGEMAKER_VERSION = parse_sagemaker_version()

0 commit comments

Comments
 (0)