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

scoder at codespeak.net scoder at codespeak.net
Wed May 16 22:51:55 CEST 2007


Author: scoder
Date: Wed May 16 22:51:54 2007
New Revision: 43441

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

Modified: lxml/trunk/doc/tutorial.txt
==============================================================================
--- lxml/trunk/doc/tutorial.txt	(original)
+++ lxml/trunk/doc/tutorial.txt	Wed May 16 22:51:54 2007
@@ -140,7 +140,7 @@
     child1
     child2
 
-Note how the last element was moved to a different position in the last
+Note how the last element was *moved* to a different position in the last
 example.  This is a difference from the original ElementTree (and from lists),
 where elements can sit in multiple positions of any number of trees.  In
 lxml.etree, elements can only sit in one position of one tree at a time.


More information about the lxml-checkins mailing list