[3.12] gh-101100: Fix sphinx warnings in Doc/library/xml.etree.elementtree.rst (GH-109799) (#109800)

gh-101100: Fix sphinx warnings in `Doc/library/xml.etree.elementtree.rst` (GH-109799)
(cherry picked from commit 649768fb67)


gh-101100: Fix shpinx warnings in `Doc/library/xml.etree.elementtree.rst`

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
This commit is contained in:
Miss Islington (bot) 2023-09-24 04:55:28 -07:00 committed by GitHub
parent 2622b13046
commit 6f1d4552b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -17,7 +17,7 @@ for parsing and creating XML data.
This module will use a fast implementation whenever available.
.. deprecated:: 3.3
The :mod:`xml.etree.cElementTree` module is deprecated.
The :mod:`!xml.etree.cElementTree` module is deprecated.
.. warning::
@ -825,6 +825,8 @@ Reference
Functions
^^^^^^^^^
.. module:: xml.etree.ElementInclude
.. function:: xml.etree.ElementInclude.default_loader( href, parse, encoding=None)
:module:
@ -862,6 +864,9 @@ Functions
Element Objects
^^^^^^^^^^^^^^^
.. module:: xml.etree.ElementTree
:noindex:
.. class:: Element(tag, attrib={}, **extra)
Element class. This class defines the Element interface, and provides a

View file

@ -154,7 +154,6 @@ Doc/library/xdrlib.rst
Doc/library/xml.dom.minidom.rst
Doc/library/xml.dom.pulldom.rst
Doc/library/xml.dom.rst
Doc/library/xml.etree.elementtree.rst
Doc/library/xml.rst
Doc/library/xml.sax.handler.rst
Doc/library/xml.sax.reader.rst