summaryrefslogtreecommitdiff
path: root/pystache
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-07-23 07:49:33 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-07-23 07:49:33 -0700
commit796d26392fe2d2b6e71e91ea6017d7e9c10b44b9 (patch)
tree61795ef1ecdfaaba00ba4a4fc2118ef2f8a6aa70 /pystache
parent2a99f20f2fd5b5c56302033a8978caac2d046e23 (diff)
downloadpystache-796d26392fe2d2b6e71e91ea6017d7e9c10b44b9.tar.gz
Adjust docstring for Locator constructor.
Diffstat (limited to 'pystache')
-rw-r--r--pystache/locator.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pystache/locator.py b/pystache/locator.py
index 15fd274..30c5b01 100644
--- a/pystache/locator.py
+++ b/pystache/locator.py
@@ -21,9 +21,9 @@ class Locator(object):
Arguments:
- extension: the template file extension. Pass False for no
- extension (i.e. to use extensionless template files).
- Defaults to the package default.
+ extension: the template file extension, without the leading dot.
+ Pass False for no extension (e.g. to use extensionless template
+ files). Defaults to the package default.
"""
if extension is None: