summaryrefslogtreecommitdiffstats
path: root/Doc/library/xml.etree.elementtree.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-05-19 16:03:55 (GMT)
committerGitHub <noreply@github.com>2022-05-19 16:03:55 (GMT)
commita43f4e7487e5546bc798580c4754a93bbdf79712 (patch)
treece080e4711a44ba90b4bbad55d6615153ac80169 /Doc/library/xml.etree.elementtree.rst
parent9f7cdb2cf70d8b6ed95715317e5e98f0cca8fed6 (diff)
downloadcpython-a43f4e7487e5546bc798580c4754a93bbdf79712.zip
cpython-a43f4e7487e5546bc798580c4754a93bbdf79712.tar.gz
cpython-a43f4e7487e5546bc798580c4754a93bbdf79712.tar.bz2
bpo-46879: Fix incorrect sphinx object names in doc (GH-31615) (GH-92976)
(cherry picked from commit 2cdd57f119e3b85f1bfd28c7ff040e0d9bcaf115) Co-authored-by: Ɓukasz Langa <lukasz@langa.pl> Co-authored-by: Martin Fischer <martin@push-f.com>
Diffstat (limited to 'Doc/library/xml.etree.elementtree.rst')
-rw-r--r--Doc/library/xml.etree.elementtree.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst
index 92248e7..0d96a78 100644
--- a/Doc/library/xml.etree.elementtree.rst
+++ b/Doc/library/xml.etree.elementtree.rst
@@ -808,6 +808,7 @@ Functions
^^^^^^^^^
.. function:: xml.etree.ElementInclude.default_loader( href, parse, encoding=None)
+ :module:
Default loader. This default loader reads an included resource from disk. *href* is a URL.
*parse* is for parse mode either "xml" or "text". *encoding*
@@ -819,6 +820,7 @@ Functions
.. function:: xml.etree.ElementInclude.include( elem, loader=None, base_url=None, \
max_depth=6)
+ :module:
This function expands XInclude directives. *elem* is the root element. *loader* is
an optional resource loader. If omitted, it defaults to :func:`default_loader`.