summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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 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``.