summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repoze/bfg/configuration.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/repoze/bfg/configuration.py b/repoze/bfg/configuration.py
index 22e05248c..d4fe42fe7 100644
--- a/repoze/bfg/configuration.py
+++ b/repoze/bfg/configuration.py
@@ -1664,9 +1664,9 @@ class Configurator(object):
.. note: This API is new as of :mod:`repoze.bfg` version 1.3.
- .. note:: Using the :meth:``locale_negotiator`` argument to
- the :class:`repoze.bfg.configuration.Configurator`
- constructor can be used to achieve the same purpose.
+ .. note:: Using the ``locale_negotiator`` argument to the
+ :class:`repoze.bfg.configuration.Configurator` constructor
+ can be used to achieve the same purpose.
"""
negotiator = self.maybe_dotted(negotiator)
self.registry.registerUtility(negotiator, ILocaleNegotiator)