Document render function.

This commit is contained in:
Christopher Ramírez 2013-07-21 12:50:53 -06:00
parent 3c186ae389
commit 210a289348

View file

@ -187,7 +187,8 @@ class Render():
def render(self, **kwargs): def render(self, **kwargs):
""" """
Unpack and render the internal template Unpack and render the internal template and
returns the rendered ODF document.
""" """
self.unpack_template() self.unpack_template()