]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Changed three major types to four major types in nodes.py 76/head
authorkracekumar <kracethekingmaker@gmail.com>
Fri, 25 Nov 2011 02:56:55 +0000 (08:26 +0530)
committerkracekumar <kracethekingmaker@gmail.com>
Fri, 25 Nov 2011 02:56:55 +0000 (08:26 +0530)
jinja2/nodes.py

index f9da1da5a295f364635ece012a746d3e3afc8814..c827e2b3001ba1b4428cf0681de1608abf881be3 100644 (file)
@@ -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