summaryrefslogtreecommitdiff
path: root/docs/api/request.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/request.rst')
-rw-r--r--docs/api/request.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/request.rst b/docs/api/request.rst
index 97b164428..90dc2e26e 100644
--- a/docs/api/request.rst
+++ b/docs/api/request.rst
@@ -77,7 +77,7 @@
If an exception was raised by a :term:`root factory` or a
:term:`view callable`, or at various other points where
- :mod:`pyramid` executes user-defined code during the
+ :app:`Pyramid` executes user-defined code during the
processing of a request, the exception object which was caught
will be available as the ``exception`` attribute of the request
within a :term:`exception view`, a :term:`response callback` or a