Author: scoder
Date: Sat May 27 12:26:12 2006
New Revision: 27754
Modified:
lxml/trunk/doc/FAQ.txt
Log:
small updates in FAQ.txt
Modified: lxml/trunk/doc/FAQ.txt
==============================================================================
--- lxml/trunk/doc/FAQ.txt (original)
+++ lxml/trunk/doc/FAQ.txt Sat May 27 12:26:12 2006
@@ -31,7 +31,7 @@
3) What are the ``findall()`` and ``xpath()`` methods on Element(Tree)?
- ``findall()`` is specified in the `ElementTree API`_. It supports a
+ ``findall()`` is part of the original `ElementTree API`_. It supports a
`simple subset of the XPath language`_, without predicates, conditions and
other advanced features. It is very handy for finding specific tags in a
tree. Another important difference is namespace handling, which uses the
|