Skip to content

Commit bd19ecc

Browse files
committed
better wording
1 parent ac9d8d3 commit bd19ecc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/scenarios/web.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,12 @@ Heroku
207207
`Heroku <http://www.heroku.com/python>`_ offers first-class support for
208208
Python 2.7–3.5 applications.
209209

210-
Heroku allows you to run Python web applications free of charge. It is best
211-
described as a horizontal scaling platform. They start to charge you once you
212-
"scale" your application to run in production. Hobby pricing is available.
210+
Heroku supports all types of Python web applications, servers, and frameworks.
211+
Applications can be developed on Heroku for free. Once your application is
212+
ready for production, you can upgrade to a Hobby or Professional application.
213213

214-
Heroku maintains `articles <https://devcenter.heroku.com/categories/python>`_
215-
on using Python with Heroku as well as `step-by-step instructions
214+
Heroku maintains `detailed articles <https://devcenter.heroku.com/categories/python>`_
215+
on using Python with Heroku, as well as `step-by-step instructions
216216
<https://devcenter.heroku.com/articles/getting-started-with-python>`_ on
217217
how to set up your first application.
218218

0 commit comments

Comments
 (0)