summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorglts <676c7473@gmail.com>2013-11-08 23:20:50 +0100
committerglts <676c7473@gmail.com>2013-11-08 23:20:50 +0100
commit413307fe355d90a089411e4b08cf6aa44db7ce0f (patch)
tree7b5dea5f4c6f007ee0c37abd51ef1f531fd33697 /docs
parentccd11c09c3bea966606f5c68dd2246b0c6757f65 (diff)
Added missing parameter in npgettext_lazy docs
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/utils.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index a1e74b0810..6cac9fa058 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -858,7 +858,7 @@ For a complete discussion on the usage of the following see the
.. function:: ngettext_lazy(singular, plural, number)
.. function:: ungettext_lazy(singular, plural, number)
-.. function:: npgettext_lazy(singular, plural, number)
+.. function:: npgettext_lazy(context, singular, plural, number)
Same as the non-lazy versions above, but using lazy execution.