Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mitsuhiko/jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed May 19, 2013
2 parents 4b2c926 + d6892c5 commit dc4b4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jinja2/nodes.py
Original file line number Diff line number Diff line change
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 dc4b4cd

Please sign in to comment.