Skip to content

Commit

Permalink
Tweak markup of the sendfile documentation a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag committed May 29, 2015
1 parent 33bcd59 commit 5a8b955
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/source/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~
Expand Down
3 changes: 2 additions & 1 deletion gunicorn/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 5a8b955

Please sign in to comment.