[Lxml-checkins] r46439 - lxml/trunk/doc
scoder at codespeak.net
scoder at codespeak.net
Mon Sep 10 14:21:10 CEST 2007
Author: scoder
Date: Mon Sep 10 14:21:10 2007
New Revision: 46439
Modified:
lxml/trunk/doc/parsing.txt
Log:
small clarification in docs
Modified: lxml/trunk/doc/parsing.txt
==============================================================================
--- lxml/trunk/doc/parsing.txt (original)
+++ lxml/trunk/doc/parsing.txt Mon Sep 10 14:21:10 2007
@@ -182,7 +182,8 @@
Since lxml 2.0, the parsers have a feed parser interface that is compatible to
the `ElementTree parsers`_. You can use it to feed data into the parser in a
controlled step-by-step way. Note that you can only use one interface at a
-time: the ``parse()`` or ``XML()`` functions, or the feed parser interface.
+time with each parser: the ``parse()`` or ``XML()`` functions, or the feed
+parser interface.
.. _`ElementTree parsers`: http://effbot.org/elementtree/elementtree-xmlparser.htm
More information about the lxml-checkins
mailing list