From cb512715fef331e2a3342f59852f0a991a8de72c Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sun, 5 Feb 2017 01:30:17 +0300 Subject: [PATCH] Fix markup --- docs/source/settings.rst | 2 +- gunicorn/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/settings.rst b/docs/source/settings.rst index ab91dc19..85d113ef 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -1035,7 +1035,7 @@ Called just after a worker has been exited, in the master process. The callable needs to accept two instance variables for the Arbiter and the just-exited Worker. -.. versionadded: 19.7 +.. versionadded:: 19.7 .. _worker-exit: diff --git a/gunicorn/config.py b/gunicorn/config.py index 834aae72..607bfb3a 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -1662,7 +1662,7 @@ class ChildExit(Setting): The callable needs to accept two instance variables for the Arbiter and the just-exited Worker. - .. versionadded: 19.7 + .. versionadded:: 19.7 """