From c344c04ff444ceef79bebe0f56edc6e1beaa42a1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 28 Apr 2010 08:34:28 +0000 Subject: --- docs/narr/i18n.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst index 0a9b5c283..c619798cd 100644 --- a/docs/narr/i18n.rst +++ b/docs/narr/i18n.rst @@ -74,7 +74,7 @@ msgid may optionally contain *replacement markers*. For instance: from repoze.bfg.i18n import TranslationString ts = TranslationString('Add ${number}') -Within the string above, ``${stuff}`` is a replacement marker. It +Within the string above, ``${number}`` is a replacement marker. It will be replaced by whatever is in the *mapping* for a translation string. The mapping may be supplied at the same time as the replacement marker itself: -- cgit v1.2.3