[Lxml-checkins] r39786 - lxml/trunk/src/lxml

scoder at codespeak.net scoder at codespeak.net
Sat Mar 3 13:35:46 CET 2007


Author: scoder
Date: Sat Mar  3 13:35:44 2007
New Revision: 39786

Modified:
   lxml/trunk/src/lxml/dtd.pxi
Log:
cleanup

Modified: lxml/trunk/src/lxml/dtd.pxi
==============================================================================
--- lxml/trunk/src/lxml/dtd.pxi	(original)
+++ lxml/trunk/src/lxml/dtd.pxi	Sat Mar  3 13:35:44 2007
@@ -16,8 +16,9 @@
 cdef class DTD(_Validator):
     """A DTD validator.
 
-    Can load from filesystem directly given a filename.  Alternatively, pass
-    the keyword parameter ``external_id`` to load from a catalog.
+    Can load from filesystem directly given a filename or file-like object.
+    Alternatively, pass the keyword parameter ``external_id`` to load from a
+    catalog.
     """
     cdef tree.xmlDtd* _c_dtd
     def __init__(self, file=None, external_id=None):


More information about the lxml-checkins mailing list