projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76ae15e
)
Another documentation string fix.
author
Armin Ronacher
<armin.ronacher@active-4.com>
Mon, 15 Mar 2010 09:06:53 +0000
(10:06 +0100)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Mon, 15 Mar 2010 09:06:53 +0000
(10:06 +0100)
--HG--
branch : trunk
jinja2/nodes.py
patch
|
blob
|
history
diff --git
a/jinja2/nodes.py
b/jinja2/nodes.py
index d6157a44e51d3bd250b613ebb7954d668ff43851..6720fb1d956b8ef36d962cf85b9da0d0a469c33b 100644
(file)
--- a/
jinja2/nodes.py
+++ b/
jinja2/nodes.py
@@
-851,7
+851,7
@@
class EvalContextModifier(Stmt):
class ScopedEvalContextModifier(EvalContextModifier):
"""Modifies the eval context and reverts it later. Works exactly like
:class:`EvalContextModifier` but will only modify the
- :class:`EvalContext` for nodes in the :attr:`body`.
+ :class:`
~jinja2.nodes.
EvalContext` for nodes in the :attr:`body`.
"""
fields = ('body',)