Skip to content

Commit 562ded4

Browse files
author
Shibo Xing
committed
doc: update docstring for _validate_instance_deprecation
1 parent 56e88c6 commit 562ded4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/image_uris.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def _config_for_framework_and_scope(framework, image_scope, accelerator_type=Non
367367

368368

369369
def _validate_instance_deprecation(framework, instance_type, version):
370-
"""check if instance type is deprecated for a certain framework with a certain version"""
370+
"""Check if instance type is deprecated for a certain framework with a certain version"""
371371
if (
372372
framework == "pytorch"
373373
and _get_instance_type_family(instance_type) == "p2"

0 commit comments

Comments
 (0)