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