summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-04-25 14:09:00 +0000
committerChris McDonough <chrism@agendaless.com>2010-04-25 14:09:00 +0000
commitff3a384aae20206164d59cba0b76f680ef8bcc0d (patch)
tree13254040b29f81a023a44cc9022a76cf06ecdf56
parentc5378a474db3b40eab85be719e0c73f6696d58c6 (diff)
downloadpyramid-ff3a384aae20206164d59cba0b76f680ef8bcc0d.tar.gz
pyramid-ff3a384aae20206164d59cba0b76f680ef8bcc0d.tar.bz2
pyramid-ff3a384aae20206164d59cba0b76f680ef8bcc0d.zip
i8n -> i18n
-rw-r--r--docs/narr/i18n.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst
index a44c39d6a..2fb19c283 100644
--- a/docs/narr/i18n.rst
+++ b/docs/narr/i18n.rst
@@ -56,10 +56,10 @@ This creates a Unicode-like object that is a TranslationString.
.. note::
- For people more familiar with :term:`Zope` i8n, a TranslationString
+ For people more familiar with :term:`Zope` i18n, a TranslationString
is a lot like a ``zope.i18nmessageid.Message`` object. It is not a
subclass, however. For people more familiar with :term:`Pylons` or
- :term:`Django` i8n, using a TranslationString is a lot like using
+ :term:`Django` i18n, using a TranslationString is a lot like using
"lazy" versions of related gettext APIs.
The first argument to :class:`repoze.bfg.i18n.TranslationString` is