summaryrefslogtreecommitdiff
path: root/doc/tutorial.txt
diff options
context:
space:
mode:
authorscoder <none@none>2007-10-22 10:06:56 +0200
committerscoder <none@none>2007-10-22 10:06:56 +0200
commita3dc8a0ac2dd67c6d941e4cb2f47f1fb0c396df1 (patch)
tree98d88fa761953dad68f1d9828ceb472aac4f779e /doc/tutorial.txt
parent16fb72c713321838b351b686910621b1165693dc (diff)
downloadpython-lxml-a3dc8a0ac2dd67c6d941e4cb2f47f1fb0c396df1.tar.gz
[svn r2982] doc fix
--HG-- branch : trunk
Diffstat (limited to 'doc/tutorial.txt')
-rw-r--r--doc/tutorial.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/tutorial.txt b/doc/tutorial.txt
index cfa936af..45e2ee90 100644
--- a/doc/tutorial.txt
+++ b/doc/tutorial.txt
@@ -363,11 +363,9 @@ specific output encoding other than plain ASCII::
</a>
</root>
-
Since lxml 2.0 (and ElementTree 1.3), the serialisation functions can
-do more than XML serialisation and optional pretty printing. You can
-serialise to HTML or extract the text content by passing the
-``method`` keyword::
+do more than XML serialisation. You can serialise to HTML or extract
+the text content by passing the ``method`` keyword::
>>> root = etree.XML('<html><head/><body><p>Hello<br/>World</p></body></html>')