projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be2456c
)
[svn] fixed typo
author
Armin Ronacher
<armin.ronacher@active-4.com>
Mon, 19 Mar 2007 13:52:54 +0000
(14:52 +0100)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Mon, 19 Mar 2007 13:52:54 +0000
(14:52 +0100)
--HG--
branch : trunk
docs/src/loaders.txt
patch
|
blob
|
history
diff --git
a/docs/src/loaders.txt
b/docs/src/loaders.txt
index a8013d2d166467f44dc50b34c1371cd742eef0c3..13c44eeac4ec759e4688bc97f78f9ffe54fc04e1 100644
(file)
--- 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 automaticall
y
if changed
)
def get_source(self, environment, name, parent):