summaryrefslogtreecommitdiff
path: root/pystache/loader.py
diff options
context:
space:
mode:
Diffstat (limited to 'pystache/loader.py')
-rw-r--r--pystache/loader.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pystache/loader.py b/pystache/loader.py
index 5855392..d4a7e53 100644
--- a/pystache/loader.py
+++ b/pystache/loader.py
@@ -33,6 +33,8 @@ class Loader(object):
"""
Loads the template associated to a name or user-defined object.
+ All load_*() methods return the template as a unicode string.
+
"""
def __init__(self, file_encoding=None, extension=None, to_unicode=None,