From: Guo Ci Date: Wed, 19 Nov 2025 10:30:53 +0000 (-0500) Subject: Correct class name from PullDom to PullDOM (#141207) X-Git-Tag: v3.15.0a3~359 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52f70a6f60254fec5297d1ff731b6c1ebc52ec24;p=thirdparty%2FPython%2Fcpython.git Correct class name from PullDom to PullDOM (#141207) --- diff --git a/Doc/library/xml.dom.pulldom.rst b/Doc/library/xml.dom.pulldom.rst index 8bceeecd4639..a21cfaa46454 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`.