diff --git a/docs/source/settings.rst b/docs/source/settings.rst index 476a65d3..d8733982 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -303,7 +303,8 @@ Disables the use of ``sendfile()``. .. versionadded:: 19.2 .. versionchanged:: 19.4 - Swapped --sendfile with --no-sendfile to actually allow disabling + Swapped ``--sendfile`` with ``--no-sendfile`` to actually allow + disabling. chdir ~~~~~ diff --git a/gunicorn/config.py b/gunicorn/config.py index 4c357aaf..148197a2 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -829,7 +829,8 @@ class Sendfile(Setting): .. versionadded:: 19.2 .. versionchanged:: 19.4 - Swapped --sendfile with --no-sendfile to actually allow disabling + Swapped ``--sendfile`` with ``--no-sendfile`` to actually allow + disabling. """ class Chdir(Setting):