[Lxml-checkins] r42795 - lxml/trunk/doc
scoder at codespeak.net
scoder at codespeak.net
Mon May 7 14:14:38 CEST 2007
Author: scoder
Date: Mon May 7 14:14:36 2007
New Revision: 42795
Modified:
lxml/trunk/doc/xpathxslt.txt
Log:
cleanup
Modified: lxml/trunk/doc/xpathxslt.txt
==============================================================================
--- lxml/trunk/doc/xpathxslt.txt (original)
+++ lxml/trunk/doc/xpathxslt.txt Mon May 7 14:14:36 2007
@@ -146,8 +146,8 @@
Generating XPath expressions
----------------------------
-A convenience method of ElementTree objects is ``getpath(element)``, which
-returns a structural, absolute XPath expression to find that element::
+ElementTree objects have a method ``getpath(element)``, which returns a
+structural, absolute XPath expression to find that element::
>>> a = etree.Element("a")
>>> b = etree.SubElement(a, "b")
More information about the lxml-checkins
mailing list