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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5976816698f60aa31bee66e8021a38ad08a8516f;p=thirdparty%2FPython%2Fcpython.git Remove stray quotes; probably left over from conversion from docstrings. --- diff --git a/Doc/lib/xmlsaxreader.tex b/Doc/lib/xmlsaxreader.tex index 74eff0d5d259..e8db56218626 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}