summaryrefslogtreecommitdiff
path: root/pystache
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-07-23 07:18:43 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-07-23 07:18:43 -0700
commit5708f6f8168035400826b219becbccfbd1c2b122 (patch)
tree15beaa5fde3129a3de827352230723314099f137 /pystache
parentafe2ab59e14ca71454fd4a88f853fe77f9d087a9 (diff)
downloadpystache-5708f6f8168035400826b219becbccfbd1c2b122.tar.gz
Fix the Loader.load_file() and Loader.load_name() docstrings.
Diffstat (limited to 'pystache')
-rw-r--r--pystache/loader.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pystache/loader.py b/pystache/loader.py
index fcbe488..018ea62 100644
--- a/pystache/loader.py
+++ b/pystache/loader.py
@@ -128,8 +128,6 @@ class Loader(object):
file_name: the file name of the template.
- search_dirs: the list of directories in which to search.
-
"""
locator = self._make_locator()
@@ -146,8 +144,6 @@ class Loader(object):
name: the name of the template.
- search_dirs: the list of directories in which to search.
-
"""
locator = self._make_locator()