[Lxml-checkins] r44939 - lxml/trunk/doc

scoder at codespeak.net scoder at codespeak.net
Thu Jul 12 00:32:45 CEST 2007


Author: scoder
Date: Thu Jul 12 00:32:44 2007
New Revision: 44939

Modified:
   lxml/trunk/doc/parsing.txt
Log:
doctest fix

Modified: lxml/trunk/doc/parsing.txt
==============================================================================
--- lxml/trunk/doc/parsing.txt	(original)
+++ lxml/trunk/doc/parsing.txt	Thu Jul 12 00:32:44 2007
@@ -43,7 +43,7 @@
 parsing is done from a real file, it is more common (and also somewhat more
 efficient) to pass a filename::
 
-  >>> tree = etree.parse("test.xml")
+  >>> tree = etree.parse("doc/test.xml")
 
 lxml can parse from a local file, an HTTP URL or an FTP URL.  It also
 auto-detects and reads gzip-compressed XML files (.gz).


More information about the lxml-checkins mailing list