diff --git a/docs/source/2012-news.rst b/docs/source/2012-news.rst index fdba1e3c..cba5a55d 100644 --- a/docs/source/2012-news.rst +++ b/docs/source/2012-news.rst @@ -23,7 +23,7 @@ Changelog - 2012 - **Added support for Python 3.2 & 3.3** - Expose --pythonpath command to all gunicorn commands -- Honor $PORT environment variable, useful for deployement on heroku +- Honor $PORT environment variable, useful for deployment on heroku - Removed support for Python 2.5 - Make sure we reopen the logs on the console - Fix django settings module detection from path @@ -82,7 +82,7 @@ Changelog - 2012 - improvement: performance of http.body.Body.readline() - improvement: log HTTP errors in access log like Apache -- improvment: display traceback when the worker fails to boot +- improvement: display traceback when the worker fails to boot - improvement: makes gunicorn work with gevent 1.0 - examples: websocket example now supports hybi13 - fix: reopen log files after initialization diff --git a/docs/source/install.rst b/docs/source/install.rst index 0efcd72e..0e1b2087 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -26,7 +26,7 @@ Python package:: $ pip install git+https://github.com/benoitc/gunicorn.git -This will allow you To keep up to date with development on GitHub:: +This will allow you to keep up to date with development on GitHub:: $ pip install -U git+https://github.com/benoitc/gunicorn.git diff --git a/docs/source/news.rst b/docs/source/news.rst index 6cb61bc2..2a11e8d1 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -116,7 +116,7 @@ service release. - **Added support for Python 3.2 & 3.3** - Expose --pythonpath command to all gunicorn commands -- Honor $PORT environment variable, useful for deployement on heroku +- Honor $PORT environment variable, useful for deployment on heroku - Removed support for Python 2.5 - Make sure we reopen the logs on the console - Fix django settings module detection from path @@ -175,7 +175,7 @@ service release. - improvement: performance of http.body.Body.readline() - improvement: log HTTP errors in access log like Apache -- improvment: display traceback when the worker fails to boot +- improvement: display traceback when the worker fails to boot - improvement: makes gunicorn work with gevent 1.0 - examples: websocket example now supports hybi13 - fix: reopen log files after initialization