summaryrefslogtreecommitdiff
path: root/src/zope/i18n/gettextmessagecatalog.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/i18n/gettextmessagecatalog.py')
-rw-r--r--src/zope/i18n/gettextmessagecatalog.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zope/i18n/gettextmessagecatalog.py b/src/zope/i18n/gettextmessagecatalog.py
index ff9ef71..675c7f2 100644
--- a/src/zope/i18n/gettextmessagecatalog.py
+++ b/src/zope/i18n/gettextmessagecatalog.py
@@ -32,9 +32,9 @@ class _KeyErrorRaisingFallback(object):
def plural_formatting(func):
- """This decorator interpolates the `%d` possibly present in the string.
+ """This decorator interpolates the possible formatting marker.
This interpolation marker is usally present for plurals.
- Example: `There are %d apples`.
+ Example: `There are %d apples` or `They have %s pies.'
Please note that the interpolation can be done, alternatively,
using the mapping. This is only present as a conveniance.