projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc542b0
)
recieves->receives
author
Kevin Schuetz
<schuetzk@gmail.com>
Tue, 26 Jul 2011 19:17:38 +0000
(14:17 -0500)
committer
Kevin Schuetz
<schuetzk@gmail.com>
Tue, 26 Jul 2011 19:17:38 +0000
(14:17 -0500)
docs/templates.rst
patch
|
blob
|
history
diff --git
a/docs/templates.rst
b/docs/templates.rst
index e58b79cb2c69d1c051dc528e1ad2c79498c52eac..50b6b7ec1264fdb10b9d03b50509d91999e4cc2e 100644
(file)
--- 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 rec
ie
ves
+Note that the `ngettext` function's format string automatically rec
ei
ves
the count as `num` parameter additionally to the regular parameters.