From 7a966c46b25441702556023b4dcdb8007e4e4049 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 30 Sep 2010 03:48:16 +0000 Subject: rendering --- repoze/bfg/configuration.py | 6 +++--- 1 file 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) -- cgit v1.2.3