From: Fred Drake Date: Tue, 6 Nov 2001 22:11:34 +0000 (+0000) Subject: Remove stray quotes; probably left over from conversion from docstrings. X-Git-Tag: v2.2.1c1~839 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5976816698f60aa31bee66e8021a38ad08a8516f;p=python Remove stray quotes; probably left over from conversion from docstrings. --- diff --git a/Doc/lib/xmlsaxreader.tex b/Doc/lib/xmlsaxreader.tex index 74eff0d5d2..e8db562186 100644 --- a/Doc/lib/xmlsaxreader.tex +++ b/Doc/lib/xmlsaxreader.tex @@ -197,7 +197,7 @@ methods: This method is called after close has been called to reset the parser so that it is ready to parse new documents. The results of calling parse or feed after close without calling reset are - undefined.""" + undefined. \end{methoddesc}