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

scoder at codespeak.net scoder at codespeak.net
Wed May 9 13:28:57 CEST 2007


Author: scoder
Date: Wed May  9 13:28:56 2007
New Revision: 42930

Modified:
   lxml/trunk/doc/performance.txt
Log:
small docfix

Modified: lxml/trunk/doc/performance.txt
==============================================================================
--- lxml/trunk/doc/performance.txt	(original)
+++ lxml/trunk/doc/performance.txt	Wed May  9 13:28:56 2007
@@ -527,7 +527,7 @@
   but more visibly slower on ``iterparse()``: 0.07 versus 0.10 seconds.
   However, tree iteration in lxml is increadibly fast, so it can be faster to
   parse the whole tree and then iterate over it rather than using
-  ``iterparse()`` to do both in one step.  Or, you can just rely on the lxml
+  ``iterparse()`` to do both in one step.  Or, you can just wait for the lxml
   authors to optimise iterparse in one of the next releases...
 
 


More information about the lxml-checkins mailing list