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
-------
|