diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-02-23 13:01:48 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-05 09:28:05 +0200 |
| commit | feee096963f9c64681210d1fd11de337a5c9afbc (patch) | |
| tree | 3b67c593c76f2829056132c0bad9dc83caeb1399 /docs | |
| parent | 6a2827684a13bb588b031f4ac9a6257344bb4e18 (diff) | |
| download | pyramid-feee096963f9c64681210d1fd11de337a5c9afbc.tar.gz pyramid-feee096963f9c64681210d1fd11de337a5c9afbc.tar.bz2 pyramid-feee096963f9c64681210d1fd11de337a5c9afbc.zip | |
add missing word, add a :term: role where it was missing, improve readability
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/views.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst index 8ebdfe219..afc2787ca 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -264,9 +264,9 @@ also be used by application developers to convert arbitrary exceptions to responses. To register a view that should be called whenever a particular exception is -raised from with :app:`Pyramid` view code, use the exception class or one of -its superclasses as the ``context`` of a view configuration which points at a -view callable you'd like to generate a response. +raised from within :app:`Pyramid` view code, use the exception class (or one of +its superclasses) as the :term:`context` of a view configuration which points +at a view callable you'd like to generate a response for. For example, given the following exception class in a module named ``helloworld.exceptions``: |
