]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Correct class name from PullDom to PullDOM (GH-141207) (#141742)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 Nov 2025 11:07:07 +0000 (12:07 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Nov 2025 11:07:07 +0000 (13:07 +0200)
Co-authored-by: Guo Ci <zguoci@gmail.com>
Doc/library/xml.dom.pulldom.rst

index 8bceeecd46393e3a6a3228f19c5998b97175830c..a21cfaa4645419b21202b2123a4ac45ff928a249 100644 (file)
@@ -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`.