From: kracekumar Date: Fri, 25 Nov 2011 02:56:55 +0000 (+0530) Subject: Changed three major types to four major types in nodes.py X-Git-Tag: 2.7~40^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c198cd5d8d6cf899529bf902b44c63d24fcfd4d;p=thirdparty%2Fjinja.git Changed three major types to four major types in nodes.py --- diff --git a/jinja2/nodes.py b/jinja2/nodes.py index f9da1da5..c827e2b3 100644 --- a/jinja2/nodes.py +++ b/jinja2/nodes.py @@ -104,7 +104,7 @@ def get_eval_context(node, ctx): class Node(object): """Baseclass for all Jinja2 nodes. There are a number of nodes available - of different types. There are three major types: + of different types. There are four major types: - :class:`Stmt`: statements - :class:`Expr`: expressions