summaryrefslogtreecommitdiff
path: root/docs/narr/views.rst
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-02 02:22:52 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-02 02:40:17 +0200
commit043ccddb909327106264d10ed5d413760a51770d (patch)
tree221ab651189aa7d54c5870f07cd065808d76cb04 /docs/narr/views.rst
parent08c2217e7f831379016e1ddee0b5d51eeca53878 (diff)
downloadpyramid-043ccddb909327106264d10ed5d413760a51770d.tar.gz
pyramid-043ccddb909327106264d10ed5d413760a51770d.tar.bz2
pyramid-043ccddb909327106264d10ed5d413760a51770d.zip
eliminate other repeated words
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