Skip to content

Commit 52f70a6

Browse files
authored
Correct class name from PullDom to PullDOM (python#141207)
1 parent c25a070 commit 52f70a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/xml.dom.pulldom.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ given point) or to make use of the :func:`DOMEventStream.expandNode` method
7474
and switch to DOM-related processing.
7575

7676

77-
.. class:: PullDom(documentFactory=None)
77+
.. class:: PullDOM(documentFactory=None)
7878

7979
Subclass of :class:`xml.sax.handler.ContentHandler`.
8080

0 commit comments

Comments
 (0)