From c1f17a084e26674deb2440909fd7dcb8433fb571 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Wed, 30 Oct 2019 17:52:01 +0100 Subject: [PATCH] doc enhancements. --- docs/source/news.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/news.rst b/docs/source/news.rst index 4cc8d457..dcd71384 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -39,14 +39,14 @@ Changelog - Added support to `--bind` to open file descriptors - Document how to serve WSGI app modules from Gunicorn - Provide guidance on X-Forwarded-For access log in documentation -- Add support for named constants in the --ssl-version flag +- Add support for named constants in the `--ssl-version` flag - Clarify log format usage of header & environment in documentation - Fixed systemd documentation to properly setup gunicorn unix socket - Prevent removal unix socket for reuse_port - Fix `ResourceWarning` when reading a Python config module - Remove unnecessary call to dict keys method - Support str and bytes for UNIX socket addresses -- fixed InotifyReloadeder: handle `module.__file__ is None +- fixed `InotifyReloadeder`: handle `module.__file__` is None - `/dev/shm` as a convenient alternative to making your own tmpfs mount in fchmod FAQ - fix examples to work on python3 - Fix typo in `--max-requests` documentation