diff genshi/util.py @ 750:d007a0d7ba81

Remove some cruft for supporting Python 2.3.
author cmlenz
date Mon, 09 Jun 2008 15:19:59 +0000
parents b090bf737111
children 3ac7b7964061
line wrap: on
line diff
--- a/genshi/util.py
+++ b/genshi/util.py
@@ -203,7 +203,7 @@
     
     If the `keepxmlentities` parameter is provided and is a truth value, the
     core XML entities (&, ', >, < and ") are left intact.
-
+    
     >>> stripentities('1 < 2 …', keepxmlentities=True)
     u'1 < 2 \u2026'
     """
Copyright (C) 2012-2017 Edgewall Software