From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:02:54 +0000 (+0200) Subject: [3.11] Docs: specify XML document name in xml.etree.elementtree example (GH-24223... X-Git-Tag: v3.11.9~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b547de1f7d14a6e9d54111286baa7a196efcac7;p=thirdparty%2FPython%2Fcpython.git [3.11] Docs: specify XML document name in xml.etree.elementtree example (GH-24223) (#117430) (cherry picked from commit 9dae05ee59eeba0e67af2a46f2a2907c9f8d7e4a) Co-authored-by: Moshe Kaplan --- diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst index d7a9b5dfe5b1..0d4dde3892fe 100644 --- a/Doc/library/xml.etree.elementtree.rst +++ b/Doc/library/xml.etree.elementtree.rst @@ -49,7 +49,7 @@ and its sub-elements are done on the :class:`Element` level. Parsing XML ^^^^^^^^^^^ -We'll be using the following XML document as the sample data for this section: +We'll be using the fictive :file:`country_data.xml` XML document as the sample data for this section: .. code-block:: xml