From: Kevin Schuetz Date: Tue, 26 Jul 2011 19:17:38 +0000 (-0500) Subject: recieves->receives X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=522af5d96ac5787a075a792342ff4f0106800889;p=jinja2.git recieves->receives --- 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.