From 5708f6f8168035400826b219becbccfbd1c2b122 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Mon, 23 Jul 2012 07:18:43 -0700 Subject: Fix the Loader.load_file() and Loader.load_name() docstrings. --- pystache/loader.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pystache') 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() -- cgit v1.2.1