summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-09-16 15:43:43 -0500
committerMichael Merickel <michael@merickel.org>2018-09-16 15:44:26 -0500
commit38bbea331f9c485d40892a17674272a8876a55a1 (patch)
treeafdd7a7f995a37b07b76c1a6e134d983938021be /CHANGES.rst
parentba5ca651c2cba9e45c80e0fb0ed6c6408ea3e042 (diff)
downloadpyramid-38bbea331f9c485d40892a17674272a8876a55a1.tar.gz
pyramid-38bbea331f9c485d40892a17674272a8876a55a1.tar.bz2
pyramid-38bbea331f9c485d40892a17674272a8876a55a1.zip
tweak some docs
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