summaryrefslogtreecommitdiff
path: root/docs/api/i18n.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-04-19 09:47:38 +0000
committerChris McDonough <chrism@agendaless.com>2010-04-19 09:47:38 +0000
commitafc5507a220250dad848bcc9faf7cc4aec12f108 (patch)
tree5750fc8107fce8b9f20a743707993f5d3e02448b /docs/api/i18n.rst
parentf82fc06112ed9a31a94fe4a7ddfdb1b6f775a8db (diff)
downloadpyramid-afc5507a220250dad848bcc9faf7cc4aec12f108.tar.gz
pyramid-afc5507a220250dad848bcc9faf7cc4aec12f108.tar.bz2
pyramid-afc5507a220250dad848bcc9faf7cc4aec12f108.zip
Wherein I start the docs I should not have to write.
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