[1.5.x] Added missing parameter in npgettext_lazy docs

Backport of 413307fe35 from master
This commit is contained in:
glts 2013-11-08 23:20:50 +01:00 committed by Tim Graham
parent 88639d3f7b
commit 1669a438a9
1 changed files with 1 additions and 1 deletions

View File

@ -840,7 +840,7 @@ For a complete discussion on the usage of the following see the
.. function:: ngettext_lazy(singular, plural, number) .. function:: ngettext_lazy(singular, plural, number)
.. function:: ungettext_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. Same as the non-lazy versions above, but using lazy execution.