calld->called
authorKevin Schuetz <schuetzk@gmail.com>
Tue, 26 Jul 2011 19:16:46 +0000 (14:16 -0500)
committerKevin Schuetz <schuetzk@gmail.com>
Tue, 26 Jul 2011 19:16:46 +0000 (14:16 -0500)
docs/templates.rst

index c1fab46b08a2180ff7a4004d18180e12001ce896..e58b79cb2c69d1c051dc528e1ad2c79498c52eac 100644 (file)
@@ -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::