Skip to content

Commit 1401351

Browse files
authored
remove trailing whitespace
1 parent 151e24c commit 1401351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/automl/automl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def fit(self, inputs=None, wait=True, logs=True, job_name=None):
8282
be uploaded to an S3 location.
8383
wait (bool): Whether the call should wait until the job completes (default: True).
8484
logs (bool): Whether to show the logs produced by the job. Only meaningful when wait
85-
is True (default: True). if ``wait`` is False, ``logs`` will be set to False as
85+
is True (default: True). if ``wait`` is False, ``logs`` will be set to False as
8686
well.
8787
job_name (str): Training job name. If not specified, the estimator generates
8888
a default job name, based on the training image name and current timestamp.

0 commit comments

Comments
 (0)