From 0dbaf39c7d99091f21a7c1214ddf58732fc08926 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 15 Mar 2010 10:06:53 +0100 Subject: [PATCH] Another documentation string fix. --HG-- branch : trunk --- jinja2/nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jinja2/nodes.py b/jinja2/nodes.py index d6157a4..6720fb1 100644 --- 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',) -- 2.26.2