summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/templates.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/interfaces/templates.py')
-rw-r--r--src/mailman/interfaces/templates.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman/interfaces/templates.py b/src/mailman/interfaces/templates.py
index cb056471f..aec4e8d24 100644
--- a/src/mailman/interfaces/templates.py
+++ b/src/mailman/interfaces/templates.py
@@ -42,5 +42,6 @@ class ITemplateLoader(Interface):
:param uri: The URI of the resource. These may be any URI supported
by `urllib2` and also `mailman:` URIs for internal resources.
:type uri: string
- :return: An open file object as defined by urllib2.
+ :return: The template string as a unicode.
+ :rtype: str
"""