Skip to content

Commit e2feccc

Browse files
committed
fixed docstrings
1 parent 72c6eca commit e2feccc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/sagemaker/estimator.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,9 @@ def __init__(
155155
'Pipe' - Amazon SageMaker streams data directly from S3 to the
156156
container via a Unix-named pipe.
157157
'FastFile' - Amazon SageMaker streams data from S3 on demand instead of
158-
downloading the entire dataset before training begins. This argument can be overriden
159-
on a per-channel basis using ``sagemaker.inputs.TrainingInput.input_mode``.
158+
downloading the entire dataset before training begins. This argument can
159+
be overriden on a per-channel basis using
160+
``sagemaker.inputs.TrainingInput.input_mode``.
160161
output_path (str): S3 location for saving the training result (model
161162
artifacts and output files). If not specified, results are
162163
stored to a default bucket. If the bucket with the specific name

0 commit comments

Comments
 (0)