From 522af5d96ac5787a075a792342ff4f0106800889 Mon Sep 17 00:00:00 2001 From: Kevin Schuetz Date: Tue, 26 Jul 2011 14:17:38 -0500 Subject: [PATCH] recieves->receives --- docs/templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates.rst b/docs/templates.rst index e58b79c..50b6b7e 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -1276,7 +1276,7 @@ placeholders is a lot easier: {{ gettext('Hello %(name)s!', name='World') }} {{ ngettext('%(num)d apple', '%(num)d apples', apples|count) }} -Note that the `ngettext` function's format string automatically recieves +Note that the `ngettext` function's format string automatically receives the count as `num` parameter additionally to the regular parameters. -- 2.26.2