Skip to content

Commit d32c5f6

Browse files
documentation: Correct comment in SKLearn Estimator about default Python version (aws#1385)
1 parent 35f76f6 commit d32c5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/sklearn/estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def __init__(
8080
and values, but ``str()`` will be called to convert them before
8181
training.
8282
py_version (str): Python version you want to use for executing your
83-
model training code (default: 'py2'). One of 'py2' or 'py3'.
83+
model training code (default: 'py3'). One of 'py2' or 'py3'.
8484
image_name (str): If specified, the estimator will use this image
8585
for training and hosting, instead of selecting the appropriate
8686
SageMaker official image based on framework_version and

0 commit comments

Comments
 (0)