summaryrefslogtreecommitdiff
path: root/paste/util/template.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-02-01 00:20:13 +0000
committerianb <devnull@localhost>2007-02-01 00:20:13 +0000
commit695731610bcf4d869456caffea28e40b44cd980e (patch)
tree2b5d4ace7253b196c056ddae96b3d3d6009e64ab /paste/util/template.py
parent54545f336fb9860d045386b4b956c0c32639dd64 (diff)
downloadpaste-695731610bcf4d869456caffea28e40b44cd980e.tar.gz
Fix up docstrings for reST validity
Diffstat (limited to 'paste/util/template.py')
-rw-r--r--paste/util/template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/util/template.py b/paste/util/template.py
index f279235..6bbd37f 100644
--- a/paste/util/template.py
+++ b/paste/util/template.py
@@ -94,7 +94,7 @@ class Template(object):
def __repr__(self):
return '<%s %s name=%r>' % (
self.__class__.__name__,
- hex(id(self))[2:], name)
+ hex(id(self))[2:], self.name)
def substitute(self, *args, **kw):
if args: