diff options
| author | Michael Merickel <michael@merickel.org> | 2012-08-23 07:37:05 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2012-08-23 07:37:05 -0700 |
| commit | e8c5618aeb8c0948bbea68e000e771d23c610d40 (patch) | |
| tree | 2ff4d2e4506f2b850ff8b12b004018be10394bd5 /docs | |
| parent | 7853bc001283db8c5b87d026dcc130d1bece8dcc (diff) | |
| parent | 75a5885afc250db7f19a4c80d947b2bef5826356 (diff) | |
| download | pyramid-e8c5618aeb8c0948bbea68e000e771d23c610d40.tar.gz pyramid-e8c5618aeb8c0948bbea68e000e771d23c610d40.tar.bz2 pyramid-e8c5618aeb8c0948bbea68e000e771d23c610d40.zip | |
Merge pull request #664 from ronnix/patch-2
Fixed typo in docs/narr/views.rst
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/views.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst index f6ee9a8d5..9e41464a6 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -177,7 +177,7 @@ HTTP Exceptions ~~~~~~~~~~~~~~~ All classes documented in the :mod:`pyramid.httpexceptions` module documented -as inheriting from the :class:`pryamid.httpexceptions.HTTPException` are +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. |
