Skip to content

Commit

Permalink
recieves->receives
Browse files Browse the repository at this point in the history
  • Loading branch information
kschuetz committed Jul 26, 2011
1 parent bc542b0 commit 522af5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit 522af5d

Please sign in to comment.