From: Kevin Schuetz Date: Tue, 26 Jul 2011 19:16:46 +0000 (-0500) Subject: calld->called X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bc542b09e126d583105266e2a275e4eaa20bcba8;p=jinja2.git calld->called --- diff --git a/docs/templates.rst b/docs/templates.rst index c1fab46..e58b79c 100644 --- 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 called, except the first time in which situation it returns an empty string. You can use this to join things::