mirror of
https://github.com/python/cpython.git
synced 2025-11-24 12:20:42 +00:00
[3.14] Correct class name from PullDom to PullDOM (GH-141207) (#141743)
Co-authored-by: Guo Ci <zguoci@gmail.com>
This commit is contained in:
parent
ff8829892a
commit
36ad4be1d9
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