Skip to content

Commit 877c973

Browse files
hsm207yangaws
authored andcommitted
documentation: fix formatting for HyperparameterTuner.attach() (#720)
1 parent ca39a2b commit 877c973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/tuner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def attach(cls, tuning_job_name, sagemaker_session=None, job_details=None, estim
282282
"""Attach to an existing hyperparameter tuning job.
283283
284284
Create a HyperparameterTuner bound to an existing hyperparameter tuning job. After attaching, if there exists a
285-
best training job (or any other completed training job), that can be ``deploy()``ed to create
285+
best training job (or any other completed training job), that can be deployed to create
286286
an Amazon SageMaker Endpoint and return a ``Predictor``.
287287
288288
Args:

0 commit comments

Comments
 (0)