summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 97a38591c..54b8beba4 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -85,7 +85,7 @@ Deprecations
------------
- The ``pyramid.intefaces.ISession`` interface will move to require
- json-serializable objects in Pyramid 2.0. See
+ JSON-serializable objects in Pyramid 2.0. See
"Upcoming Changes to ISession in Pyramid 2.0" in the "Sessions" chapter
of the documentation for more information about this change.
See https://github.com/Pylons/pyramid/pull/3353