Skip to content

Commit

Permalink
clarify #2750 a bit further
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Sep 20, 2016
1 parent ddc0ee3 commit 24e1b3b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyramid/httpexceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@
a plain-text override of the default ``detail``
``headers``
a list of (k,v) header pairs or a dict to be added to the
response, use content_type='application/json' kwarg to change
the content type of the response.
a list of (k,v) header pairs, or a dict, to be added to the
response; use the content_type='application/json' kwarg and other
similar kwargs to to change properties of the response supported by the
:class:`pyramid.response.Response` superclass
``comment``
a plain-text additional information which is
Expand Down

0 comments on commit 24e1b3b

Please sign in to comment.