summaryrefslogtreecommitdiff
path: root/docs/zcml/renderer.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zcml/renderer.rst')
-rw-r--r--docs/zcml/renderer.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/zcml/renderer.rst b/docs/zcml/renderer.rst
index 67c2a7f0c..c7beead32 100644
--- a/docs/zcml/renderer.rst
+++ b/docs/zcml/renderer.rst
@@ -42,7 +42,7 @@ Examples
Alternatives
~~~~~~~~~~~~
-The :meth:`pyramid.configuration.Configurator.add_renderer` method
+The :meth:`pyramid.config.Configurator.add_renderer` method
is equivalent to the ``renderer`` ZCML directive.
See Also