summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-11-06 22:11:34 (GMT)
committerFred Drake <fdrake@acm.org>2001-11-06 22:11:34 (GMT)
commit5976816698f60aa31bee66e8021a38ad08a8516f (patch)
treee6e6746ce7d269915d9036b5c9c0180201d535eb
parent806d332f026bfda8d94028602b0f55050678173a (diff)
downloadcpython-5976816698f60aa31bee66e8021a38ad08a8516f.zip
cpython-5976816698f60aa31bee66e8021a38ad08a8516f.tar.gz
cpython-5976816698f60aa31bee66e8021a38ad08a8516f.tar.bz2
Remove stray quotes; probably left over from conversion from docstrings.
-rw-r--r--Doc/lib/xmlsaxreader.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/xmlsaxreader.tex b/Doc/lib/xmlsaxreader.tex
index 74eff0d..e8db562 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}