From dcf17b5c5a13d433c9067180e7dc4107e25a08b3 Mon Sep 17 00:00:00 2001 From: Guo Ci Date: Fri, 7 Nov 2025 12:21:10 -0500 Subject: [PATCH] Correct class name from PullDom to PullDOM https://github.com/python/cpython/blob/9420795b47ac88f31315a8d1041e2c66c2cd9a8b/Lib/xml/dom/pulldom.py#L13 --- Doc/library/xml.dom.pulldom.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.