File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -207,12 +207,12 @@ Heroku
207207`Heroku <http://www.heroku.com/python >`_ offers first-class support for
208208Python 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
217217how to set up your first application.
218218
You can’t perform that action at this time.
0 commit comments