summaryrefslogtreecommitdiff
path: root/jinja2/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'jinja2/parser.py')
-rw-r--r--jinja2/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jinja2/parser.py b/jinja2/parser.py
index c94afb4..b8879f8 100644
--- a/jinja2/parser.py
+++ b/jinja2/parser.py
@@ -5,7 +5,7 @@
Implements the template parser.
- :copyright: (c) 2009 by the Jinja Team.
+ :copyright: (c) 2010 by the Jinja Team.
:license: BSD, see LICENSE for more details.
"""
from jinja2 import nodes