Commit 5708f6f8 by Chris Jerdonek

Fix the Loader.load_file() and Loader.load_name() docstrings.

parent afe2ab59
...@@ -128,8 +128,6 @@ class Loader(object): ...@@ -128,8 +128,6 @@ class Loader(object):
file_name: the file name of the template. file_name: the file name of the template.
search_dirs: the list of directories in which to search.
""" """
locator = self._make_locator() locator = self._make_locator()
...@@ -146,8 +144,6 @@ class Loader(object): ...@@ -146,8 +144,6 @@ class Loader(object):
name: the name of the template. name: the name of the template.
search_dirs: the list of directories in which to search.
""" """
locator = self._make_locator() locator = self._make_locator()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment