Skip to content

Commit 1a83271

Browse files
ajaykarpurlaurenyu
andauthored
fix docstrings
Co-authored-by: Lauren Yu <[email protected]>
1 parent 79a66d6 commit 1a83271

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sagemaker/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1724,7 +1724,7 @@ def create_tuning_job(
17241724

17251725
def describe_tuning_job(self, job_name):
17261726
"""Calls the DescribeHyperParameterTuningJob API for the given job name
1727-
and returns the response.
1727+
and returns the response.
17281728
17291729
Args:
17301730
job_name (str): The name of the hyperparameter tuning job to describe.

src/sagemaker/tuner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ def stop_tuning_job(self):
751751
self.latest_tuning_job.stop()
752752

753753
def describe(self):
754-
"""Returns a response from the DescribrHyperParameterTuningJob API call."""
754+
"""Returns a response from the DescribeHyperParameterTuningJob API call."""
755755
return self.sagemaker_session.describe_tuning_job(self._current_job_name)
756756

757757
def wait(self):

0 commit comments

Comments
 (0)