Commit a36cd00a by Chris Jerdonek

Tweaked a docstring.

parent 9aaf2e1d
...@@ -30,9 +30,10 @@ class Renderer(object): ...@@ -30,9 +30,10 @@ class Renderer(object):
Arguments: Arguments:
load_template: the function for loading partials. The function should load_template: a function for loading templates by name, for
accept a single template_name parameter and return a template as example when loading partials. The function should accept a
a string. Defaults to the default Loader's load_template() method. single template_name parameter and return a template as a string.
Defaults to the default Loader's load_template() method.
output_encoding: the encoding to use when rendering to a string. output_encoding: the encoding to use when rendering to a string.
The argument should be the name of an encoding as a string, for The argument should be the name of an encoding as a string, for
......
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