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

scoder at codespeak.net scoder at codespeak.net
Wed Feb 13 21:48:44 CET 2008


Author: scoder
Date: Wed Feb 13 21:48:43 2008
New Revision: 51453

Modified:
   lxml/trunk/   (props changed)
   lxml/trunk/src/lxml/lxml.pyclasslookup.pyx
Log:
 r3464 at delle:  sbehnel | 2008-02-13 16:30:01 +0100
 one more signature


Modified: lxml/trunk/src/lxml/lxml.pyclasslookup.pyx
==============================================================================
--- lxml/trunk/src/lxml/lxml.pyclasslookup.pyx	(original)
+++ lxml/trunk/src/lxml/lxml.pyclasslookup.pyx	Wed Feb 13 21:48:43 2008
@@ -238,7 +238,8 @@
 
 
 cdef class PythonElementClassLookup(FallbackElementClassLookup):
-    """Element class lookup based on a subclass method.
+    """PythonElementClassLookup(self, fallback=None)
+    Element class lookup based on a subclass method.
 
     To use it, inherit from this class and override the lookup method to
     lookup the element class for a node::


More information about the lxml-checkins mailing list