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.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/zcml/localenegotiator.rst b/docs/zcml/localenegotiator.rst
index 59dcf32c2..100fa837a 100644
--- a/docs/zcml/localenegotiator.rst
+++ b/docs/zcml/localenegotiator.rst
@@ -6,8 +6,6 @@
Set the :term:`locale negotiator` for the current configurator to
support localization of text.
-.. note: This ZCML directive is new as of :mod:`repoze.bfg` version 1.3.
-
Attributes
~~~~~~~~~~
@@ -31,7 +29,7 @@ Example
Alternatives
~~~~~~~~~~~~
-Use :meth:`repoze.bfg.configuration.Configurator.set_locale_negotiator`
+Use :meth:`pyramid.configuration.Configurator.set_locale_negotiator`
method instance during initial application setup.
See Also