From 18c22492af08696f3b7ed5ce144afe4bc5d9085e Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Tue, 26 Sep 2017 09:52:01 -0400
Subject: [PATCH] oops

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
---
 bin/steps/python | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/steps/python b/bin/steps/python
index c2fd625a..d17b9e02 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
 
-- 
GitLab