From 96c3e9907ed683f9daf4592550c7fd5c71f6f400 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 25 Apr 2010 14:55:06 +0000 Subject: num -> n --- docs/narr/i18n.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst index 2fb19c283..fbf623cfb 100644 --- a/docs/narr/i18n.rst +++ b/docs/narr/i18n.rst @@ -435,10 +435,10 @@ signature: ... The ``singular`` and ``plural`` arguments should each be a Unicode -value representing a :term:`message identifier`. ``num`` should be an +value representing a :term:`message identifier`. ``n`` should be an integer. ``domain`` should be a :term:`translation domain`, and ``mapping`` should be a dictionary that is used for *replacement -value* interpolation of the translated string. If ``num`` is plural +value* interpolation of the translated string. If ``n`` is plural for the current locale, ``pluralize`` will return a Unicode translation for the message id ``plural``, otherwise it will return a Unicode translation for the message id ``singular``. -- cgit v1.2.3