mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.13] Correct class name from PullDom to PullDOM (GH-141207) (#141742)
Co-authored-by: Guo Ci <zguoci@gmail.com>
This commit is contained in:
parent
a5650e42ac
commit
26d831327d
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ given point) or to make use of the :func:`DOMEventStream.expandNode` method
|
|||
and switch to DOM-related processing.
|
||||
|
||||
|
||||
.. class:: PullDom(documentFactory=None)
|
||||
.. class:: PullDOM(documentFactory=None)
|
||||
|
||||
Subclass of :class:`xml.sax.handler.ContentHandler`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue