summaryrefslogtreecommitdiff
path: root/docs/narr/views.rst
diff options
context:
space:
mode:
authorMartijn Pieters <mj@zopatista.com>2012-03-02 11:30:55 +0100
committerMartijn Pieters <mj@zopatista.com>2012-03-02 11:30:55 +0100
commit56766163ece5d860f3f1ea9d2006b1a3d3d6f937 (patch)
tree25ffe1299ca44373897c968fc65a22d74f65dbce /docs/narr/views.rst
parentf5a1a3cf957001ee338ee02502a1a0654fb694ca (diff)
downloadpyramid-56766163ece5d860f3f1ea9d2006b1a3d3d6f937.tar.gz
pyramid-56766163ece5d860f3f1ea9d2006b1a3d3d6f937.tar.bz2
pyramid-56766163ece5d860f3f1ea9d2006b1a3d3d6f937.zip
Correct minor grammatical error.
Diffstat (limited to 'docs/narr/views.rst')
-rw-r--r--docs/narr/views.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index dbc702de8..c3bbbd50e 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -178,7 +178,7 @@ HTTP Exceptions
All classes documented in the :mod:`pyramid.httpexceptions` module documented
as inheriting from the :class:`pryamid.httpexceptions.HTTPException` are
-:term:`http exception` objects. An instances of an HTTP exception object may
+:term:`http exception` objects. Instances of an HTTP exception object may
either be *returned* or *raised* from within view code. In either case
(return or raise) the instance will be used as as the view's response.