[Lxml-checkins] r45941 - lxml/trunk/src/lxml

scoder at codespeak.net scoder at codespeak.net
Fri Aug 24 08:35:17 CEST 2007


Author: scoder
Date: Fri Aug 24 08:35:17 2007
New Revision: 45941

Modified:
   lxml/trunk/src/lxml/etree.pyx
Log:
comment

Modified: lxml/trunk/src/lxml/etree.pyx
==============================================================================
--- lxml/trunk/src/lxml/etree.pyx	(original)
+++ lxml/trunk/src/lxml/etree.pyx	Fri Aug 24 08:35:17 2007
@@ -728,7 +728,7 @@
 
     property attrib:
         """Element attribute dictionary. Where possible, use get(), set(),
-        keys() and items() to access element attributes.
+        keys(), values() and items() to access element attributes.
         """
         def __get__(self):
             if self._attrib is None:


More information about the lxml-checkins mailing list