Another documentation string fix.
authorArmin Ronacher <armin.ronacher@active-4.com>
Mon, 15 Mar 2010 09:06:53 +0000 (10:06 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Mon, 15 Mar 2010 09:06:53 +0000 (10:06 +0100)
--HG--
branch : trunk

jinja2/nodes.py

index d6157a44e51d3bd250b613ebb7954d668ff43851..6720fb1d956b8ef36d962cf85b9da0d0a469c33b 100644 (file)
@@ -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',)