Skip to content

Commit ebd5f2c

Browse files
committed
typo fix
1 parent 8479a01 commit ebd5f2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/estimator.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2149,7 +2149,7 @@ def update(
21492149
SageMaker Debugger. (default: None).
21502150
resource_config (dict): Configuration of the resources for the training job. You can
21512151
update the keep-alive period if the warm pool status is `Available`. No other fields
2152-
can be updated. (default: ``None``).
2152+
can be updated. (default: None).
21532153
21542154
Returns:
21552155
sagemaker.estimator._TrainingJob: Constructed object that captures
@@ -2175,7 +2175,7 @@ def _get_update_args(cls, estimator, profiler_rule_configs, profiler_config, res
21752175
SageMaker Debugger. (default: None).
21762176
resource_config (dict): Configuration of the resources for the training job. You can
21772177
update the keep-alive period if the warm pool status is `Available`. No other fields
2178-
can be updated. (default: ``None``).
2178+
can be updated. (default: None).
21792179
21802180
Returns:
21812181
Dict: dict for `sagemaker.session.Session.update_training_job` method

0 commit comments

Comments
 (0)