[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:
Miss Islington (bot) 2025-11-19 12:07:01 +01:00 committed by GitHub
parent ff8829892a
commit 36ad4be1d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`.