summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d881430f5..eb5b477fa 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -21,7 +21,7 @@ Features
instead of ``pyramid.util.Request``.
See https://github.com/Pylons/pyramid/pull/3129
-- In ``cherrypy_server_runner``, prefer imports from the ``cheroot` package over the legacy
+- In ``cherrypy_server_runner``, prefer imports from the ``cheroot`` package over the legacy
imports from `cherrypy.wsgiserver`.
See https://github.com/Pylons/pyramid/pull/3235