mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
[3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419)
(cherry picked from commit f2d07d3289
)
This commit is contained in:
parent
34e6e14602
commit
d514e1439f
52 changed files with 125 additions and 139 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue