[Lxml-checkins] r51735 - in lxml/trunk: . src/lxml/html

scoder at codespeak.net scoder at codespeak.net
Thu Feb 21 17:19:17 CET 2008


Author: scoder
Date: Thu Feb 21 17:19:17 2008
New Revision: 51735

Modified:
   lxml/trunk/   (props changed)
   lxml/trunk/src/lxml/html/__init__.py
Log:
 r3545 at delle:  sbehnel | 2008-02-19 09:16:29 +0100
 doc fix


Modified: lxml/trunk/src/lxml/html/__init__.py
==============================================================================
--- lxml/trunk/src/lxml/html/__init__.py	(original)
+++ lxml/trunk/src/lxml/html/__init__.py	Thu Feb 21 17:19:17 2008
@@ -573,7 +573,7 @@
     """
     Parse a filename, URL, or file-like object into an HTML document
     tree.  Note: this returns a tree, not an element.  Use
-    ``parse(...).getroot()`` to get the document.
+    ``parse(...).getroot()`` to get the document root.
 
     You cannot give a base_url, but the filename/url will serve as
     that URL.  If you pass in a file-like object and that object has a


More information about the lxml-checkins mailing list