diff options
| author | glts <676c7473@gmail.com> | 2013-11-08 23:20:50 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-11-08 18:35:43 -0500 |
| commit | d4b1724b36ea03c8ca72f8addff92dc9edb5e260 (patch) | |
| tree | c81a2d51b191aa26f08796228f79b185d07cf531 | |
| parent | 3c8879f092be25f0b60051d8e0c3a77dca354af3 (diff) | |
[1.6.x] Added missing parameter in npgettext_lazy docs
Backport of 413307fe35 from master
| -rw-r--r-- | docs/ref/utils.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index a8b8fc9d7f..c75f38566a 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -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. |
