summaryrefslogtreecommitdiff
path: root/docs/zcml/route.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zcml/route.rst')
-rw-r--r--docs/zcml/route.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/zcml/route.rst b/docs/zcml/route.rst
index ad746cba7..ed849e3c1 100644
--- a/docs/zcml/route.rst
+++ b/docs/zcml/route.rst
@@ -24,7 +24,7 @@ Attributes
``factory``
The :term:`dotted Python name` to a function that will generate a
- :mod:`pyramid` context object when this route matches.
+ :app:`Pyramid` context object when this route matches.
e.g. ``mypackage.models.MyFactoryClass``. If this argument is not
specified, a default root factory will be used.