https://github.com/python/cpython/commit/36ad4be1d96281e3642ad9f89d2128cc4da0ff5b
commit: 36ad4be1d96281e3642ad9f89d2128cc4da0ff5b
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2025-11-19T13:07:01+02:00
summary:

[3.14] Correct class name from PullDom to PullDOM (GH-141207) (#141743)

Co-authored-by: Guo Ci <[email protected]>

files:
M Doc/library/xml.dom.pulldom.rst

diff --git a/Doc/library/xml.dom.pulldom.rst b/Doc/library/xml.dom.pulldom.rst
index 8bceeecd46393e..a21cfaa4645419 100644
--- a/Doc/library/xml.dom.pulldom.rst
+++ b/Doc/library/xml.dom.pulldom.rst
@@ -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`.
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to