]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct class name from PullDom to PullDOM (#141207)
authorGuo Ci <zguoci@gmail.com>
Wed, 19 Nov 2025 10:30:53 +0000 (05:30 -0500)
committerGitHub <noreply@github.com>
Wed, 19 Nov 2025 10:30:53 +0000 (12:30 +0200)
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`.