From d115d843e654c88ecb3833150ef9556bb0262cf3 Mon Sep 17 00:00:00 2001 From: Tobias Sette Date: Mon, 16 Mar 2020 19:18:53 -0300 Subject: [PATCH] docs: update "Deploying on Google App Engine" Use the documentation for Python 3 instead of Python 2, which is deprecated. --- docs/deploying/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying/index.rst b/docs/deploying/index.rst index 5e98f98c..01584d36 100644 --- a/docs/deploying/index.rst +++ b/docs/deploying/index.rst @@ -17,7 +17,7 @@ Hosted options -------------- - `Deploying Flask on Heroku `_ -- `Deploying Flask on Google App Engine `_ +- `Deploying Flask on Google App Engine `_ - `Deploying Flask on AWS Elastic Beanstalk `_ - `Deploying on Azure (IIS) `_ - `Deploying on PythonAnywhere `_