From bc542b09e126d583105266e2a275e4eaa20bcba8 Mon Sep 17 00:00:00 2001 From: Kevin Schuetz Date: Tue, 26 Jul 2011 14:16:46 -0500 Subject: [PATCH] calld->called --- docs/templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.26.2