Commit 1669a438 authored by glts's avatar glts Committed by Tim Graham
Browse files

[1.5.x] Added missing parameter in npgettext_lazy docs

Backport of 413307fe from master
parent 88639d3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.