Skip to content

Commit 6ef7a1d

Browse files
committed
documentation: remove python 2 reference
1 parent 488adba commit 6ef7a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ After you train a model, you can save it, and then serve the model as an endpoin
3232
Prepare a Training script
3333
=========================
3434

35-
Your training script must be a Python 2.7 or 3.6 compatible source file.
35+
Your training script must be a 3.6 compatible source file.
3636

3737
The training script is very similar to a training script you might run outside of SageMaker, but you can access useful properties about the training environment through various environment variables, including the following:
3838

0 commit comments

Comments
 (0)