summaryrefslogtreecommitdiff
path: root/src/jinja2/visitor.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/jinja2/visitor.py')
-rw-r--r--src/jinja2/visitor.py10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/jinja2/visitor.py b/src/jinja2/visitor.py
index a803ade..d1365bf 100644
--- a/src/jinja2/visitor.py
+++ b/src/jinja2/visitor.py
@@ -1,12 +1,6 @@
# -*- coding: utf-8 -*-
-"""
- jinja2.visitor
- ~~~~~~~~~~~~~~
-
- This module implements a visitor for the nodes.
-
- :copyright: (c) 2017 by the Jinja Team.
- :license: BSD.
+"""API for traversing the AST nodes. Implemented by the compiler and
+meta introspection.
"""
from .nodes import Node