From bd19eccf23e3c65260dccfc07a7b0cfc9198b73e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 22 Feb 2016 00:23:11 -0500 Subject: [PATCH] better wording --- docs/scenarios/web.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 5073a72..1cd9dff 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -207,12 +207,12 @@ Heroku `Heroku `_ offers first-class support for Python 2.7–3.5 applications. -Heroku allows you to run Python web applications free of charge. It is best -described as a horizontal scaling platform. They start to charge you once you -"scale" your application to run in production. Hobby pricing is available. +Heroku supports all types of Python web applications, servers, and frameworks. +Applications can be developed on Heroku for free. Once your application is +ready for production, you can upgrade to a Hobby or Professional application. -Heroku maintains `articles `_ -on using Python with Heroku as well as `step-by-step instructions +Heroku maintains `detailed articles `_ +on using Python with Heroku, as well as `step-by-step instructions `_ on how to set up your first application.