mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Minor spelling fixes
This commit is contained in:
parent
f43bc98c48
commit
d210a70dd9
6 changed files with 7 additions and 7 deletions
|
@ -74,7 +74,7 @@ and switch to DOM-related processing.
|
|||
.. function:: parse(stream_or_string, parser=None, bufsize=None)
|
||||
|
||||
Return a :class:`DOMEventStream` from the given input. *stream_or_string* may be
|
||||
either a file name, or a file-like object. *parser*, if given, must be a
|
||||
either a file name, or a file-like object. *parser*, if given, must be an
|
||||
:class:`~xml.sax.xmlreader.XMLReader` object. This function will change the
|
||||
document handler of the
|
||||
parser and activate namespace support; other parser configuration (like
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue