summaryrefslogtreecommitdiff
path: root/docs/zcml/static.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zcml/static.rst')
-rw-r--r--docs/zcml/static.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/zcml/static.rst b/docs/zcml/static.rst
index 164e7400c..9538d18f0 100644
--- a/docs/zcml/static.rst
+++ b/docs/zcml/static.rst
@@ -79,7 +79,7 @@ Examples
Alternatives
~~~~~~~~~~~~
-:meth:`pyramid.configuration.configurator.add_static_view` can also
+:meth:`pyramid.config.Configurator.add_static_view` can also
be used to add a static view.
See Also