summaryrefslogtreecommitdiff
path: root/docs/narr/views.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-01-01 18:25:29 -0800
committerChris McDonough <chrism@plope.com>2013-01-01 18:25:29 -0800
commitc5d01d4667d678782898b7d6859d60c617e30a9e (patch)
treec792a3bf12b2b2615fbb306e354c85b10983d63b /docs/narr/views.rst
parent1b5c1c3df5eadf02b0e8818e32ee45e69b2c051f (diff)
parent043ccddb909327106264d10ed5d413760a51770d (diff)
downloadpyramid-c5d01d4667d678782898b7d6859d60c617e30a9e.tar.gz
pyramid-c5d01d4667d678782898b7d6859d60c617e30a9e.tar.bz2
pyramid-c5d01d4667d678782898b7d6859d60c617e30a9e.zip
Merge pull request #760 from tshepang/typos
lots of typos
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 07d018127..4f30bb7fa 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -180,7 +180,7 @@ All classes documented in the :mod:`pyramid.httpexceptions` module documented
as inheriting from the :class:`pyramid.httpexceptions.HTTPException` are
: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.
+(return or raise) the instance will be used as the view's response.
For example, the :class:`pyramid.httpexceptions.HTTPUnauthorized` exception
can be raised. This will cause a response to be generated with a ``401