File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ support for Python 2.7 applications.
189189
190190Heroku allows you to run as many Python web applications as you like, 24/7 and
191191free of charge. Heroku is best described as a horizontal scaling platform. They
192- start to charge you once you "scale" you application to run on more than one
192+ start to charge you once you "scale" your application to run on more than one
193193Dyno (abstracted servers) at a time.
194194
195195Heroku publishes `step-by-step instructions
@@ -202,10 +202,9 @@ DotCloud
202202~~~~~~~~
203203
204204`DotCloud <http://www.dotcloud.com/ >`_ supports WSGI applications and
205- background/worker tasks natively on their platform. Web applications running
206- Python version 2.6, and uses :ref: `nginx <nginx-ref >` and :ref: `uWSGI
207- <uwsgi-ref>`, and allows custom configuration of both
208- for advanced users.
205+ background/worker tasks natively on their platform. Web applications run
206+ Python version 2.6, use :ref: `nginx <nginx-ref >` and :ref: `uWSGI
207+ <uwsgi-ref>`, and allow custom configuration of both for advanced users.
209208
210209DotCloud uses a custom command-line API client which can work with
211210applications managed in git repositories or any other version control
You can’t perform that action at this time.
0 commit comments