https://github.com/python/cpython/commit/26d831327dcff9520bc073c85cad6eb337539a75 commit: 26d831327dcff9520bc073c85cad6eb337539a75 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-11-19T13:07:07+02:00 summary:
[3.13] Correct class name from PullDom to PullDOM (GH-141207) (#141742) Co-authored-by: Guo Ci <[email protected]> files: M Doc/library/xml.dom.pulldom.rst diff --git a/Doc/library/xml.dom.pulldom.rst b/Doc/library/xml.dom.pulldom.rst index 8bceeecd46393e..a21cfaa4645419 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`. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
