Author: scoder
Date: Mon May 29 16:56:39 2006
New Revision: 27860
Modified:
lxml/trunk/src/lxml/parser.pxi
Log:
doc update
Modified: lxml/trunk/src/lxml/parser.pxi
==============================================================================
--- lxml/trunk/src/lxml/parser.pxi (original)
+++ lxml/trunk/src/lxml/parser.pxi Mon May 29 16:56:39 2006
@@ -558,7 +558,7 @@
Available keyword arguments:
* recover - try hard to parse through broken HTML (default:
True)
* no_network - prevent network access
- * remove_blank_text - clean up empty text nodes
+ * remove_blank_text - discard empty text nodes
Note that you must not share parsers between threads.
"""
|