projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4eb18f
)
Fix docstring typo.
author
Georg Brandl
<georg@python.org>
Sun, 16 Sep 2007 06:00:56 +0000
(08:00 +0200)
committer
Georg Brandl
<georg@python.org>
Sun, 16 Sep 2007 06:00:56 +0000
(08:00 +0200)
--HG--
branch : trunk
jinja/environment.py
patch
|
blob
|
history
diff --git
a/jinja/environment.py
b/jinja/environment.py
index c815f5997e0dd24efe69841f18c56d4ecf807032..86983d88f0c0376c6c56bd821f30b7d93e19d5eb 100644
(file)
--- a/
jinja/environment.py
+++ b/
jinja/environment.py
@@
-81,7
+81,7
@@
class Environment(object):
`auto_escape` is ``True`` there will be also
a ``Markup`` object in the template
namespace to define partial html fragments.
- Note that we do not recommen
t
this feature.
+ Note that we do not recommen
d
this feature.
`default_filters` list of tuples in the form (``filter_name``,
``arguments``) where ``filter_name`` is the
name of a registered filter and