summaryrefslogtreecommitdiffstats
path: root/Doc/library/xml.sax.handler.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2023-07-29 05:48:10 (GMT)
committerGitHub <noreply@github.com>2023-07-29 05:48:10 (GMT)
commitf2d07d3289947d10b065b2bb7670c8fb6b6582f2 (patch)
tree4951b8b9118b548a868de6995c451aa33814dc1c /Doc/library/xml.sax.handler.rst
parent413ba8943e2f1d896a0568eb571a041b88589440 (diff)
downloadcpython-f2d07d3289947d10b065b2bb7670c8fb6b6582f2.zip
cpython-f2d07d3289947d10b065b2bb7670c8fb6b6582f2.tar.gz
cpython-f2d07d3289947d10b065b2bb7670c8fb6b6582f2.tar.bz2
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Diffstat (limited to 'Doc/library/xml.sax.handler.rst')
-rw-r--r--Doc/library/xml.sax.handler.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.sax.handler.rst b/Doc/library/xml.sax.handler.rst
index 719ce5a..e2f28e3 100644
--- a/Doc/library/xml.sax.handler.rst
+++ b/Doc/library/xml.sax.handler.rst
@@ -393,7 +393,7 @@ implements this interface, then register the object with your
:class:`~xml.sax.xmlreader.XMLReader`, the parser
will call the methods in your object to report all warnings and errors. There
are three levels of errors available: warnings, (possibly) recoverable errors,
-and unrecoverable errors. All methods take a :exc:`SAXParseException` as the
+and unrecoverable errors. All methods take a :exc:`~xml.sax.SAXParseException` as the
only parameter. Errors and warnings may be converted to an exception by raising
the passed-in exception object.