summaryrefslogtreecommitdiff
path: root/mako/template.py
diff options
context:
space:
mode:
Diffstat (limited to 'mako/template.py')
-rw-r--r--mako/template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mako/template.py b/mako/template.py
index c3e0c25..329632c 100644
--- a/mako/template.py
+++ b/mako/template.py
@@ -21,7 +21,7 @@ import weakref
class Template(object):
- """Represents a compiled template.
+ r"""Represents a compiled template.
:class:`.Template` includes a reference to the original
template source (via the :attr:`.source` attribute)