summaryrefslogtreecommitdiff
path: root/docs/zcml/localenegotiator.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/zcml/localenegotiator.rst')
-rw-r--r--docs/zcml/localenegotiator.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/zcml/localenegotiator.rst b/docs/zcml/localenegotiator.rst
index 100fa837a..c90e649f6 100644
--- a/docs/zcml/localenegotiator.rst
+++ b/docs/zcml/localenegotiator.rst
@@ -29,7 +29,7 @@ Example
Alternatives
~~~~~~~~~~~~
-Use :meth:`pyramid.configuration.Configurator.set_locale_negotiator`
+Use :meth:`pyramid.config.Configurator.set_locale_negotiator`
method instance during initial application setup.
See Also