mirror of
https://github.com/django/django.git
synced 2025-07-25 14:14:13 +00:00
Added missing parameter in npgettext_lazy docs
This commit is contained in:
parent
ccd11c09c3
commit
413307fe35
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue