diff --git a/bin/steps/python b/bin/steps/python index c2fd625a52824dd901e64dcac81219cc41125d10..d17b9e023f4593a661f6f3e56eb5cda3ddc157c1 100755 --- a/bin/steps/python +++ b/bin/steps/python @@ -11,7 +11,7 @@ if [[ $PYTHON_VERSION == "python-2*" ]]; then fi else if [[ "$PYTHON_VERSION" != "$LATEST_3" ]]; then - puts-warn "The latest version of Python 3 is $LATEST_2. We recommend upgrading by specifying this version in a runtime.txt file." + puts-warn "The latest version of Python 3 is $LATEST_3. We recommend upgrading by specifying this version in a runtime.txt file." puts " Learn More: https://devcenter.heroku.com/articles/python-runtimes" fi