summaryrefslogtreecommitdiff
path: root/pystache
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-07-23 07:47:52 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-07-23 07:47:52 -0700
commit2a99f20f2fd5b5c56302033a8978caac2d046e23 (patch)
tree173cc8345bc522565b5f9396c654f2eeeb49fe12 /pystache
parent5708f6f8168035400826b219becbccfbd1c2b122 (diff)
downloadpystache-2a99f20f2fd5b5c56302033a8978caac2d046e23.tar.gz
Adjust code comment.
Diffstat (limited to 'pystache')
-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'