[Lxml-checkins] r43445 - lxml/trunk/doc

scoder at codespeak.net scoder at codespeak.net
Wed May 16 23:02:19 CEST 2007


Author: scoder
Date: Wed May 16 23:02:19 2007
New Revision: 43445

Modified:
   lxml/trunk/doc/tutorial.txt
Log:
doc fix

Modified: lxml/trunk/doc/tutorial.txt
==============================================================================
--- lxml/trunk/doc/tutorial.txt	(original)
+++ lxml/trunk/doc/tutorial.txt	Wed May 16 23:02:19 2007
@@ -240,8 +240,8 @@
     <root>TEXT</root>
 
 In many XML documents (so-called *data-centric* documents), this is the only
-place where text can be found.  It is encapsulated by a leaf tag somewhere in
-the tree hierarchy.
+place where text can be found.  It is encapsulated by a leaf tag at the very
+bottom of the tree hierarchy.
 
 However, if XML is used for tagged text documents such as (X)HTML, text can
 also appear between different elements, right in the middle of the tree::


More information about the lxml-checkins mailing list