[Lxml-checkins] r50965 - in lxml/trunk: . doc

scoder at codespeak.net scoder at codespeak.net
Thu Jan 24 15:11:47 CET 2008


Author: scoder
Date: Thu Jan 24 15:11:46 2008
New Revision: 50965

Modified:
   lxml/trunk/   (props changed)
   lxml/trunk/doc/validation.txt
Log:
 r3302 at delle:  sbehnel | 2008-01-23 23:27:18 +0100
 doctest fix


Modified: lxml/trunk/doc/validation.txt
==============================================================================
--- lxml/trunk/doc/validation.txt	(original)
+++ lxml/trunk/doc/validation.txt	Thu Jan 24 15:11:46 2008
@@ -115,7 +115,7 @@
   >>> root = etree.XML("<article></article>")
   >>> dtd.assertValid(root) # doctest: +ELLIPSIS
   Traceback (most recent call last):
-  DocumentInvalid: Element article content does not follow the DTD ...
+  DocumentInvalid: Element article content does not follow the DTD, ...
 
 
 RelaxNG


More information about the lxml-checkins mailing list