From 83e07e5cf3d0e0d0cc8af676c2bf0a84c9cdfc43 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Wed, 30 Oct 2019 17:40:35 +0100 Subject: [PATCH] Fixed linting error in changelog --- docs/source/news.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/news.rst b/docs/source/news.rst index da6c5fd4..4cc8d457 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -26,7 +26,7 @@ Changelog - Fixed worker_connections` setting to also affects the Gthread worker type - Fixed setting max_requests - Bump minimum Eventlet and Gevent versions to 0.24 and 1.4 -- Use Python's default SSL cipher list by default +- Use Python default SSL cipher list by default - handle `wsgi.input_terminated` extension - Simplify Paste Deployment documentation - Fix root logging: root and logger are same level.