changeset 848:c1d317c0df68 trunk

Tiny docstring fix.
author cmlenz
date Tue, 13 Oct 2009 18:27:57 +0000
parents e16447a9605f
children 878c4313c7d5
files genshi/template/base.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/genshi/template/base.py
+++ b/genshi/template/base.py
@@ -317,7 +317,7 @@
     __metaclass__ = DirectiveFactoryMeta
 
     directives = []
-    """A list of `(name, cls)` tuples that define the set of directives
+    """A list of ``(name, cls)`` tuples that define the set of directives
     provided by this factory.
     """
 
Copyright (C) 2012-2017 Edgewall Software