https://github.com/python/cpython/commit/52f70a6f60254fec5297d1ff731b6c1ebc52ec24
commit: 52f70a6f60254fec5297d1ff731b6c1ebc52ec24
branch: main
author: Guo Ci <[email protected]>
committer: hugovk <[email protected]>
date: 2025-11-19T12:30:53+02:00
summary:

Correct class name from PullDom to PullDOM (#141207)

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