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

scoder at codespeak.net scoder at codespeak.net
Wed May 16 22:52:38 CEST 2007


Author: scoder
Date: Wed May 16 22:52:38 2007
New Revision: 43442

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:52:38 2007
@@ -145,7 +145,7 @@
 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.
 
-If you want to *copy* an element to a different position, consider creating a
+If you want to *copy* an element to a different position, consider creating an
 independent *deep copy* using the ``copy`` module from Python's standard
 library::
 


More information about the lxml-checkins mailing list