changeset 950:981f3fc8c3ed trunk

Revert accidental small docstring change from r1174.
author hodgestar
date Fri, 02 Sep 2011 22:08:05 +0000
parents 8bc6f32fdd45
children 7f8b4df4f862
files genshi/filters/html.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/genshi/filters/html.py
+++ b/genshi/filters/html.py
@@ -230,7 +230,7 @@
     
     :warn: Note that this special processing of CSS is currently only applied to
            style attributes, **not** style elements.
-    " """
+    """
 
     SAFE_TAGS = frozenset(['a', 'abbr', 'acronym', 'address', 'area', 'b',
         'big', 'blockquote', 'br', 'button', 'caption', 'center', 'cite',
Copyright (C) 2012-2017 Edgewall Software