From: Armin Ronacher Date: Mon, 19 Mar 2007 13:52:54 +0000 (+0100) Subject: [svn] fixed typo X-Git-Tag: 2.0rc1~419 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15fae54925c1fb536e4abcded8df1992b05bf938;p=thirdparty%2Fjinja.git [svn] fixed typo --HG-- branch : trunk --- diff --git a/docs/src/loaders.txt b/docs/src/loaders.txt index a8013d2d..13c44eea 100644 --- a/docs/src/loaders.txt +++ b/docs/src/loaders.txt @@ -66,7 +66,7 @@ It works basically the same, just that there are two more things to implement: True, # use memory caching 40, # for up to 40 templates '/tmp', # additionally save the compiled templates in /tmp - True # and reload cached templates automaticall if changed + True # and reload cached templates automatically if changed ) def get_source(self, environment, name, parent):