summaryrefslogtreecommitdiff
path: root/docs/narr/urldispatch.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/urldispatch.rst')
-rw-r--r--docs/narr/urldispatch.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst
index 9779113e5..7c8bb7ce6 100644
--- a/docs/narr/urldispatch.rst
+++ b/docs/narr/urldispatch.rst
@@ -448,8 +448,8 @@ represent neither predicates nor view configuration information.
application.
``factory``
- A Python object (often a function or a class) or a :term:`Python
- dotted name` to such an object that will generate a
+ A Python object (often a function or a class) or a :term:`dotted
+ Python name` to such an object that will generate a
:mod:`repoze.bfg` :term:`context` object when this route
matches. For example, ``mypackage.models.MyFactoryClass``. If this
argument is not specified, the traversal root factory will be used.