Document class.

This commit is contained in:
Georg Brandl
2008-05-04 08:28:00 +00:00
parent 087b4a53d7
commit 7cf591f00a
+2 -1
View File
@@ -222,7 +222,8 @@ class Sphinx(object):
class TemplateBridge(object):
"""
This class defines the interface for a "template bridge", that is, a class
that renders templates given a template name and a context.
"""
def init(self, builder):