logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

r29336 - lxml/trunk/doc: msg#00213

Subject: r29336 - lxml/trunk/doc
Author: scoder
Date: Mon Jun 26 00:24:45 2006
New Revision: 29336

Modified:
   lxml/trunk/doc/api.txt
Log:
forward reference in docs

Modified: lxml/trunk/doc/api.txt
==============================================================================
--- lxml/trunk/doc/api.txt      (original)
+++ lxml/trunk/doc/api.txt      Mon Jun 26 00:24:45 2006
@@ -140,6 +140,9 @@
   >>> [ el.tag for el in root.getiterator(tag='d') ]
   ['d']
 
+See also the section on the utility functions ``iterparse()`` and
+``iterwalk()`` below.
+
 
 Parsers
 -------


<Prev in Thread] Current Thread [Next in Thread>