From 91892205bfc605558afb9082b22a4fe9b4ed829b Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Fri, 13 Jan 2017 12:15:42 +0300 Subject: [PATCH] Strip trailing whitespace --- docs/gunicorn_ext.py | 2 +- docs/source/settings.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/gunicorn_ext.py b/docs/gunicorn_ext.py index 3350130e..84546bf2 100755 --- a/docs/gunicorn_ext.py +++ b/docs/gunicorn_ext.py @@ -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' diff --git a/docs/source/settings.rst b/docs/source/settings.rst index 0c399a0c..2d498a29 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -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 -----------