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

scoder at codespeak.net scoder at codespeak.net
Thu Jun 7 12:58:07 CEST 2007


Author: scoder
Date: Thu Jun  7 12:58:07 2007
New Revision: 44085

Modified:
   lxml/trunk/doc/tutorial.txt
Log:
small tutorial paragraph

Modified: lxml/trunk/doc/tutorial.txt
==============================================================================
--- lxml/trunk/doc/tutorial.txt	(original)
+++ lxml/trunk/doc/tutorial.txt	Thu Jun  7 12:58:07 2007
@@ -329,11 +329,11 @@
 .. _`further iterators`: api.html#iteration
 
 
-
-
 The ElementTree class
 =====================
 
+An ``ElementTree`` is mainly a wrapper around a tree with a root node.
+
 
 Parsing files and XML literals
 ==============================


More information about the lxml-checkins mailing list