aboutsummaryrefslogtreecommitdiffstats
path: root/mako/parsetree.py
diff options
context:
space:
mode:
Diffstat (limited to 'mako/parsetree.py')
-rw-r--r--mako/parsetree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mako/parsetree.py b/mako/parsetree.py
index 879882e..e129916 100644
--- a/mako/parsetree.py
+++ b/mako/parsetree.py
@@ -258,7 +258,7 @@ class Tag(compat.with_metaclass(_TagMeta, Node)):
def __init__(self, keyword, attributes, expressions,
nonexpressions, required, **kwargs):
- """construct a new Tag instance.
+ r"""construct a new Tag instance.
this constructor not called directly, and is only called
by subclasses.