[Lxml-checkins] r52170 - in lxml/trunk: . doc

scoder at codespeak.net scoder at codespeak.net
Tue Mar 4 19:31:22 CET 2008


Author: scoder
Date: Tue Mar  4 19:31:21 2008
New Revision: 52170

Modified:
   lxml/trunk/   (props changed)
   lxml/trunk/doc/tutorial.txt
Log:
 r3726 at delle:  sbehnel | 2008-03-04 17:55:47 +0100
 doc fix


Modified: lxml/trunk/doc/tutorial.txt
==============================================================================
--- lxml/trunk/doc/tutorial.txt	(original)
+++ lxml/trunk/doc/tutorial.txt	Tue Mar  4 19:31:21 2008
@@ -625,8 +625,8 @@
     </root>
 
 Note that this has changed in lxml 1.3.4 to match the behaviour of
-lxml 2.0.  Before, both would serialise without DTD content, which
-made lxml loose DTD information in an input-output cycle.
+lxml 2.0.  Before, the examples were serialised without DTD content,
+which made lxml loose DTD information in an input-output cycle.
 
 
 Parsing from strings and files


More information about the lxml-checkins mailing list