diff options
Diffstat (limited to 'src/jinja2/compiler.py')
-rw-r--r-- | src/jinja2/compiler.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/jinja2/compiler.py b/src/jinja2/compiler.py index 169687a..32dac88 100644 --- a/src/jinja2/compiler.py +++ b/src/jinja2/compiler.py @@ -1,13 +1,5 @@ # -*- coding: utf-8 -*- -""" - jinja2.compiler - ~~~~~~~~~~~~~~~ - - Compiles nodes into python code. - - :copyright: (c) 2017 by the Jinja Team. - :license: BSD, see LICENSE for more details. -""" +"""Compiles nodes from the parser into Python code.""" from collections import namedtuple from functools import update_wrapper from itertools import chain |