mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Terminology fix: exceptions are raised, except in generator.throw().
This commit is contained in:
parent
e8e02e3b5b
commit
7cb1319688
17 changed files with 32 additions and 32 deletions
|
@ -154,7 +154,7 @@ The :class:`XMLReader` interface supports the following methods:
|
|||
Allow an application to set the locale for errors and warnings.
|
||||
|
||||
SAX parsers are not required to provide localization for errors and warnings; if
|
||||
they cannot support the requested locale, however, they must throw a SAX
|
||||
they cannot support the requested locale, however, they must raise a SAX
|
||||
exception. Applications may request a locale change in the middle of a parse.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue