summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorglts <676c7473@gmail.com>2013-11-08 23:20:50 +0100
committerTim Graham <timograham@gmail.com>2013-11-08 18:35:52 -0500
commit1669a438a9137a91865a70be288a522e7543d265 (patch)
tree4272d7d5101027e5f4d290137f9c3afd698ab559 /docs/ref
parent88639d3f7b431871a737221b288413a04fc51a6b (diff)
[1.5.x] Added missing parameter in npgettext_lazy docs
Backport of 413307fe35 from master
Diffstat (limited to 'docs/ref')
-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 0ef0a838bf..2c4529adcd 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -840,7 +840,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.