Skip to content

Commit

Permalink
Changed three major types to four major types in nodes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kracekumar committed Nov 25, 2011
1 parent 7d268be commit 9c198cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jinja2/nodes.py
Expand Up @@ -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
Expand Down

0 comments on commit 9c198cd

Please sign in to comment.