[Lxml-checkins] r54389 - lxml/branch/lxml-2.0/doc
scoder at codespeak.net
scoder at codespeak.net
Sun May 4 12:11:39 CEST 2008
Author: scoder
Date: Sun May 4 12:11:39 2008
New Revision: 54389
Modified:
lxml/branch/lxml-2.0/doc/tutorial.txt
Log:
rst fix
Modified: lxml/branch/lxml-2.0/doc/tutorial.txt
==============================================================================
--- lxml/branch/lxml-2.0/doc/tutorial.txt (original)
+++ lxml/branch/lxml-2.0/doc/tutorial.txt Sun May 4 12:11:39 2008
@@ -755,9 +755,7 @@
It also allows to ``.clear()`` or modify the content of an Element to
save memory. So if you parse a large tree and you want to keep memory
usage small, you should clean up parts of the tree that you no longer
-need:
-
-.. sourcecode:: pycon
+need::
>>> some_file_like = StringIO(
... "<root><a><b>data</b></a><a><b/></a></root>")
More information about the lxml-checkins
mailing list