diff options
Diffstat (limited to 'docs/narr/i18n.rst')
| -rw-r--r-- | docs/narr/i18n.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst index db1414cce..f456fe03c 100644 --- a/docs/narr/i18n.rst +++ b/docs/narr/i18n.rst @@ -1013,10 +1013,10 @@ configuration using either imperative configuration or ZCML. .. topic:: Using Imperative Configuration - Pass an object which can act as the negotiator as the - ``locale_negotiator`` argument of the - :class:`repoze.bfg.configuration.Configurator` instance during - application startup. + Pass an object which can act as the negotiator (or a :term:`Python + dotted name` referring to the object) as the ``locale_negotiator`` + argument of the :class:`repoze.bfg.configuration.Configurator` + instance during application startup. For example: |
