[Python-checkins] r62926 - doctools/trunk/sphinx/htmlwriter.py

georg.brandl python-checkins at python.org
Fri May 9 08:02:35 CEST 2008


Author: georg.brandl
Date: Fri May  9 08:02:34 2008
New Revision: 62926

Log:
Use "warning" for warnings.


Modified:
   doctools/trunk/sphinx/htmlwriter.py

Modified: doctools/trunk/sphinx/htmlwriter.py
==============================================================================
--- doctools/trunk/sphinx/htmlwriter.py	(original)
+++ doctools/trunk/sphinx/htmlwriter.py	Fri May  9 08:02:34 2008
@@ -56,7 +56,6 @@
         self.builder = builder
         self.highlightlang = 'python'
         self.highlightlinenothreshold = sys.maxint
-        self.language.labels['warning'] = 'Caveat'
 
     def visit_desc(self, node):
         self.body.append(self.starttag(node, 'dl', CLASS=node['desctype']))


More information about the Python-checkins mailing list