Skip to content

Commit 71f67ab

Browse files
committed
fix: typo
1 parent a1574a2 commit 71f67ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/sagemaker/image_uris.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def retrieve(
161161
and value is not None
162162
}:
163163
JUMPSTART_LOGGER.info(
164-
"Ignoring the following fields when retriving image uri "
164+
"Ignoring the following arguments when retrieving image uri "
165165
"for JumpStart model id '%s': %s",
166166
model_id,
167167
str(non_none_fields),

tests/unit/sagemaker/image_uris/jumpstart/test_common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ def test_jumpstart_image_uri_logging_extra_fields(
231231
)
232232

233233
patched_info_log.assert_called_once_with(
234-
"Ignoring the following fields "
235-
"when retriving image uri for "
234+
"Ignoring the following arguments "
235+
"when retrieving image uri for "
236236
"JumpStart model id '%s': %s",
237237
"pytorch-ic-mobilenet-v2",
238238
"{'framework': 'framework', 'container_version': '1.2.3'}",

0 commit comments

Comments
 (0)