From 15fae54925c1fb536e4abcded8df1992b05bf938 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 19 Mar 2007 14:52:54 +0100 Subject: [PATCH] [svn] fixed typo --HG-- branch : trunk --- docs/src/loaders.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/loaders.txt b/docs/src/loaders.txt index a8013d2..13c44ee 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): -- 2.26.2