summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-01-17 02:12:59 -0600
committerMichael Merickel <michael@merickel.org>2017-01-17 02:12:59 -0600
commited16e19bce476bf403f83213f8b457c9a29e212f (patch)
tree08c9650740b0d1553686ce1468d442ff694bf59a
parent814cb527b6584856f0f3e1b5389914b77a990cba (diff)
downloadpyramid-ed16e19bce476bf403f83213f8b457c9a29e212f.tar.gz
pyramid-ed16e19bce476bf403f83213f8b457c9a29e212f.tar.bz2
pyramid-ed16e19bce476bf403f83213f8b457c9a29e212f.zip
fix rst syntax in changelog
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 431a159f8..7502b72c3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -274,8 +274,8 @@ Documentation Changes
See https://github.com/Pylons/pyramid/pull/2764
- Clarify a possible misuse of the ``headers`` kwarg to subclasses of
- :class:`pyramid.httpexceptions.HTTPException` in which more appropriate
- kwargs from the parent class :class:`pyramid.response.Response` should be
+ ``pyramid.httpexceptions.HTTPException`` in which more appropriate
+ kwargs from the parent class ``pyramid.response.Response`` should be
used instead. See https://github.com/Pylons/pyramid/pull/2750
- The SQLAlchemy + URL Dispatch + Jinja2 (``wiki2``) and