[Lxml-checkins] r47367 - lxml/trunk/doc

scoder at codespeak.net scoder at codespeak.net
Wed Oct 10 09:19:28 CEST 2007


Author: scoder
Date: Wed Oct 10 09:19:28 2007
New Revision: 47367

Modified:
   lxml/trunk/doc/lxmlhtml.txt
Log:
doc fix

Modified: lxml/trunk/doc/lxmlhtml.txt
==============================================================================
--- lxml/trunk/doc/lxmlhtml.txt	(original)
+++ lxml/trunk/doc/lxmlhtml.txt	Wed Oct 10 09:19:28 2007
@@ -37,7 +37,8 @@
 
     If you give a URL, or if the object has a ``.geturl()`` method (as
     file-like objects from ``urllib.urlopen()`` have), then that URL
-    is used as the base URL.
+    is used as the base URL.  You can also provide an explicit
+    ``base_url`` keyword argument.
 
 ``document_fromstring(string)``:
     Parses a document from the given string.  This always creates a


More information about the lxml-checkins mailing list