[Lxml-checkins] r45628 - lxml/trunk
scoder at codespeak.net
scoder at codespeak.net
Mon Aug 13 16:17:35 CEST 2007
Author: scoder
Date: Mon Aug 13 16:17:33 2007
New Revision: 45628
Modified:
lxml/trunk/CHANGES.txt
Log:
typo
Modified: lxml/trunk/CHANGES.txt
==============================================================================
--- lxml/trunk/CHANGES.txt (original)
+++ lxml/trunk/CHANGES.txt Mon Aug 13 16:17:33 2007
@@ -57,8 +57,8 @@
Other changes
-------------
-* Serialising an Element no longer includes includes its comment and PI
- siblings (only ElementTree serialisation includes them).
+* Serialising an Element no longer includes its comment and PI siblings (only
+ ElementTree serialisation includes them).
* ``el.getiterator()`` renamed to ``el.iter()``, following ElementTree 1.3 -
original name is still available as alias
More information about the lxml-checkins
mailing list