From a41b2bb981af277da5b4f42ecd48ff8f80c5a14f Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 3 Dec 2002 22:57:37 +0000 Subject: Fix problem in example code. It's minor in this particular example, but can lead to mysterious problems in real applications. --- Doc/lib/libpyexpat.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libpyexpat.tex b/Doc/lib/libpyexpat.tex index abad8dd321..442bed1b48 100644 --- a/Doc/lib/libpyexpat.tex +++ b/Doc/lib/libpyexpat.tex @@ -480,7 +480,7 @@ p.CharacterDataHandler = char_data p.Parse(""" Text goes here More text -""") +""", 1) \end{verbatim} The output from this program is: -- cgit v1.2.1