[Lxml-checkins] r44780 - lxml/branch/html/doc

scoder at codespeak.net scoder at codespeak.net
Fri Jul 6 15:17:05 CEST 2007


Author: scoder
Date: Fri Jul  6 15:17:04 2007
New Revision: 44780

Modified:
   lxml/branch/html/doc/cssselect.txt
Log:
small doc change

Modified: lxml/branch/html/doc/cssselect.txt
==============================================================================
--- lxml/branch/html/doc/cssselect.txt	(original)
+++ lxml/branch/html/doc/cssselect.txt	Fri Jul  6 15:17:04 2007
@@ -29,6 +29,8 @@
     >>> sel = CSSSelector('div.content')
     >>> sel
     <CSSSelector ... for 'div.content'>
+    >>> sel.css
+    'div.content'
 
 The selector actually compiles to XPath, and you can see the
 expression by inspecting the object::


More information about the lxml-checkins mailing list