summaryrefslogtreecommitdiff
path: root/pystache
diff options
context:
space:
mode:
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: