summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/i18n.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst
index 1381f4fed..d7680b613 100644
--- a/docs/narr/i18n.rst
+++ b/docs/narr/i18n.rst
@@ -154,7 +154,7 @@ After assigning ``_`` to the result of a
:func:`repoze.bfg.i18n.TranslationStringFactory`, the subsequent
result of calling ``_`` will be a
:class:`repoze.bfg.i18n.TranslationString` instance. Even though a
-``domain`` value was not passed to ``_` (as would have been necessary
+``domain`` value was not passed to ``_`` (as would have been necessary
if the :class:`repoze.bfg.i18n.TranslationString` constructor were
used instead of a translation string factory), the ``domain``
attribute of the resulting translation string will be ``bfg``. As a