summaryrefslogtreecommitdiff
path: root/docs/api/i18n.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/i18n.rst')
-rw-r--r--docs/api/i18n.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api/i18n.rst b/docs/api/i18n.rst
index d76d36383..604bf7cd1 100644
--- a/docs/api/i18n.rst
+++ b/docs/api/i18n.rst
@@ -12,8 +12,8 @@
Create a :class:`repoze.bfg.i18n.TranslationString` instance in
the ``bfg`` domain. If this is a "technical" translation, use a
opaque string for ``text``, and make the ``default`` the format
- string. if this is a nontechnical translation, pass only
- ``text``.
+ string. if this is a nontechnical translation, pass ``text``
+ without a ``default``.
.. autoclass:: InterpolationOnlyTranslator