Skip to content

Commit

Permalink
Merge pull request #76 from kracekumar/master
Browse files Browse the repository at this point in the history
Changed three to four in nodes.py at line no 107
  • Loading branch information
mitsuhiko committed May 19, 2013
2 parents 13340f9 + 9c198cd commit d6892c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jinja2/nodes.py
Expand Up @@ -105,7 +105,7 @@ def get_eval_context(node, ctx):

class Node(six.with_metaclass(NodeType, 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 d6892c5

Please sign in to comment.