summaryrefslogtreecommitdiff
path: root/pystache/defaults.py
diff options
context:
space:
mode:
Diffstat (limited to 'pystache/defaults.py')
-rw-r--r--pystache/defaults.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pystache/defaults.py b/pystache/defaults.py
index 0a20328..bcfdf4c 100644
--- a/pystache/defaults.py
+++ b/pystache/defaults.py
@@ -61,5 +61,5 @@ SEARCH_DIRS = [os.curdir] # i.e. ['.']
#
TAG_ESCAPE = lambda u: escape(u, quote=True)
-# The default template extension.
+# The default template extension, without the leading dot.
TEMPLATE_EXTENSION = 'mustache'