From 796d26392fe2d2b6e71e91ea6017d7e9c10b44b9 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Mon, 23 Jul 2012 07:49:33 -0700 Subject: Adjust docstring for Locator constructor. --- pystache/locator.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pystache') 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: -- cgit v1.2.1