projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30b17d8
)
calld->called
author
Kevin Schuetz
<schuetzk@gmail.com>
Tue, 26 Jul 2011 19:16:46 +0000
(14:16 -0500)
committer
Kevin Schuetz
<schuetzk@gmail.com>
Tue, 26 Jul 2011 19:16:46 +0000
(14:16 -0500)
docs/templates.rst
patch
|
blob
|
history
diff --git
a/docs/templates.rst
b/docs/templates.rst
index c1fab46b08a2180ff7a4004d18180e12001ce896..e58b79cb2c69d1c051dc528e1ad2c79498c52eac 100644
(file)
--- a/
docs/templates.rst
+++ b/
docs/templates.rst
@@
-1180,7
+1180,7
@@
The following functions are available in the global scope by default:
.. class:: joiner(sep=', ')
A tiny helper that can be use to "join" multiple sections. A joiner is
- passed a string and will return that string every time it's calld, except
+ passed a string and will return that string every time it's call
e
d, except
the first time in which situation it returns an empty string. You can
use this to join things::