mirror of https://github.com/django/django.git
[1.6.x] Added missing parameter in npgettext_lazy docs
Backport of 413307fe35
from master
This commit is contained in:
parent
3c8879f092
commit
d4b1724b36
|
@ -884,7 +884,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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue