diff --git a/docs/source/news.rst b/docs/source/news.rst index 0d7b494d..05a4b413 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -3,10 +3,10 @@ Changelog ========= 19.9.0 / not released -=================== +===================== - The internal module ``gunicorn.workers.async`` was renamed to ``gunicorn.workers.base_async`` - since ``async`` is now a reserved word in Python 3.7 + since ``async`` is now a reserved word in Python 3.7. (:pr:`1527`)