summaryrefslogtreecommitdiff
path: root/doc/tutorial.txt
diff options
context:
space:
mode:
authorscoder <none@none>2008-03-04 19:31:21 +0100
committerscoder <none@none>2008-03-04 19:31:21 +0100
commitedf8fa09b2e586f74c62f74097e5a82e14aefa36 (patch)
treec49c138dc30b9e06bcaa576fc242744db69f634a /doc/tutorial.txt
parent0dccb72a2a6364a216eed1c5e50b95aa82b26c15 (diff)
downloadpython-lxml-edf8fa09b2e586f74c62f74097e5a82e14aefa36.tar.gz
[svn r3399] r3726@delle: sbehnel | 2008-03-04 17:55:47 +0100
doc fix --HG-- branch : trunk
Diffstat (limited to 'doc/tutorial.txt')
-rw-r--r--doc/tutorial.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial.txt b/doc/tutorial.txt
index fb7a818f..828b46b7 100644
--- a/doc/tutorial.txt
+++ b/doc/tutorial.txt
@@ -625,8 +625,8 @@ comments, as well as a DOCTYPE and other DTD content in the document:
</root>
Note that this has changed in lxml 1.3.4 to match the behaviour of
-lxml 2.0. Before, both would serialise without DTD content, which
-made lxml loose DTD information in an input-output cycle.
+lxml 2.0. Before, the examples were serialised without DTD content,
+which made lxml loose DTD information in an input-output cycle.
Parsing from strings and files