[Lxml-checkins] r49913 - in lxml/trunk: . src/lxml
scoder at codespeak.net
scoder at codespeak.net
Tue Dec 18 22:29:21 CET 2007
Author: scoder
Date: Tue Dec 18 22:29:20 2007
New Revision: 49913
Modified:
lxml/trunk/ (props changed)
lxml/trunk/src/lxml/lxml.etree.pyx
Log:
r3110 at delle: sbehnel | 2007-12-18 21:05:10 +0100
docstring update
Modified: lxml/trunk/src/lxml/lxml.etree.pyx
==============================================================================
--- lxml/trunk/src/lxml/lxml.etree.pyx (original)
+++ lxml/trunk/src/lxml/lxml.etree.pyx Tue Dec 18 22:29:20 2007
@@ -1135,8 +1135,8 @@
"""Iterate over all elements in the subtree in document order (depth
first pre-order), starting with this element.
- Can be restricted to find only elements with a specific tag or from a
- namespace.
+ Can be restricted to find only elements with a specific tag
+ (pass ``tag="xyz"``) or from a namespace (pass ``tag="{ns}*"``).
You can also pass the Element, Comment, ProcessingInstruction and
Entity factory functions to look only for the specific element type.
More information about the lxml-checkins
mailing list