Skip to content

Commit faa5abc

Browse files
doc-E-brownicywang86rui
authored andcommitted
documentation: spelling error correction (#727)
Corrected doc string spelling errors: trainig not training
1 parent cb1e1d6 commit faa5abc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/estimator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def __init__(self, role, train_instance_count, train_instance_type,
7373
'File' - Amazon SageMaker copies the training dataset from the S3 location to a local directory.
7474
'Pipe' - Amazon SageMaker streams data directly from S3 to the container via a Unix-named pipe.
7575
This argument can be overriden on a per-channel basis using ``sagemaker.session.s3_input.input_mode``.
76-
output_path (str): S3 location for saving the trainig result (model artifacts and output files).
76+
output_path (str): S3 location for saving the training result (model artifacts and output files).
7777
If not specified, results are stored to a default bucket. If the bucket with the specific name
7878
does not exist, the estimator creates the bucket during the
7979
:meth:`~sagemaker.estimator.EstimatorBase.fit` method execution.
@@ -633,7 +633,7 @@ def __init__(self, image_name, role, train_instance_count, train_instance_type,
633633
* 'Pipe' - Amazon SageMaker streams data directly from S3 to the container via a Unix-named pipe.
634634
635635
This argument can be overriden on a per-channel basis using ``sagemaker.session.s3_input.input_mode``.
636-
output_path (str): S3 location for saving the trainig result (model artifacts and output files).
636+
output_path (str): S3 location for saving the training result (model artifacts and output files).
637637
If not specified, results are stored to a default bucket. If the bucket with the specific name
638638
does not exist, the estimator creates the bucket during the
639639
:meth:`~sagemaker.estimator.EstimatorBase.fit` method execution.

0 commit comments

Comments
 (0)