summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/i18n.rst2
-rw-r--r--docs/api/request.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/api/i18n.rst b/docs/api/i18n.rst
index 9b919c3ee..0c2f8b86e 100644
--- a/docs/api/i18n.rst
+++ b/docs/api/i18n.rst
@@ -25,7 +25,7 @@
.. autofunction:: default_locale_negotiator
See :ref:`i18n_chapter` for more information about using
-:mod:`pyramid` internationalization and localization services within
+:app:`Pyramid` internationalization and localization services within
an application.
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