Strip trailing whitespace

This commit is contained in:
Berker Peksag 2017-01-13 12:15:42 +03:00
parent 3b853b0455
commit 91892205bf
2 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,7 @@ for reference on setting at the command line.
For example, to specify the bind address and number of workers::
$ GUNICORN_CMD_ARGS="--bind=127.0.0.1 --workers=3" gunicorn app:app
.. versionadded:: 19.7
"""
ISSUE_URI = 'https://github.com/benoitc/gunicorn/issues/%s'

View File

@ -17,6 +17,8 @@ for reference on setting at the command line.
For example, to specify the bind address and number of workers::
$ GUNICORN_CMD_ARGS="--bind=127.0.0.1 --workers=3" gunicorn app:app
.. versionadded:: 19.7
Config File
-----------