From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 19 Nov 2025 11:07:07 +0000 (+0100) Subject: [3.13] Correct class name from PullDom to PullDOM (GH-141207) (#141742) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26d831327dcff9520bc073c85cad6eb337539a75;p=thirdparty%2FPython%2Fcpython.git [3.13] Correct class name from PullDom to PullDOM (GH-141207) (#141742) Co-authored-by: Guo Ci --- 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`.