| commit | 9c198cd5d8d6cf899529bf902b44c63d24fcfd4d | [log] [tgz] |
|---|---|---|
| author | kracekumar <kracethekingmaker@gmail.com> | Fri Nov 25 08:26:55 2011 +0530 |
| committer | kracekumar <kracethekingmaker@gmail.com> | Fri Nov 25 08:26:55 2011 +0530 |
| tree | 388dc4ffa29aab534d58fc46bbcc717bb43882ea | |
| parent | 7d268bef0e8f3f12c0acb90f30d67726a3e3f261 [diff] [blame] |
Changed three major types to four major types in nodes.py
diff --git a/jinja2/nodes.py b/jinja2/nodes.py index f9da1da..c827e2b 100644 --- a/jinja2/nodes.py +++ b/jinja2/nodes.py
@@ -104,7 +104,7 @@ 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