From 9c198cd5d8d6cf899529bf902b44c63d24fcfd4d Mon Sep 17 00:00:00 2001 From: kracekumar Date: Fri, 25 Nov 2011 08:26:55 +0530 Subject: [PATCH] Changed three major types to four major types in nodes.py --- jinja2/nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2