Commit a41b2bb9 authored by Fred Drake's avatar Fred Drake

Fix problem in example code. It's minor in this particular example,

but can lead to mysterious problems in real applications.
parent 03cb7ee9
......@@ -480,7 +480,7 @@ p.CharacterDataHandler = char_data
p.Parse("""<?xml version="1.0"?>
<parent id="top"><child1 name="paul">Text goes here</child1>
<child2 name="fred">More text</child2>
</parent>""")
</parent>""", 1)
\end{verbatim}
The output from this program is:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment