comparison genshi/template/base.py @ 848:6c66e274198d

Tiny docstring fix.
author cmlenz
date Tue, 13 Oct 2009 18:27:57 +0000
parents 4f9e5e6f1aab
children 9598353ed630
comparison
equal deleted inserted replaced
847:4f9e5e6f1aab 848:6c66e274198d
315 :since: version 0.6 315 :since: version 0.6
316 """ 316 """
317 __metaclass__ = DirectiveFactoryMeta 317 __metaclass__ = DirectiveFactoryMeta
318 318
319 directives = [] 319 directives = []
320 """A list of `(name, cls)` tuples that define the set of directives 320 """A list of ``(name, cls)`` tuples that define the set of directives
321 provided by this factory. 321 provided by this factory.
322 """ 322 """
323 323
324 def get_directive(self, name): 324 def get_directive(self, name):
325 """Return the directive class for the given name. 325 """Return the directive class for the given name.
Copyright (C) 2012-2017 Edgewall Software