summaryrefslogtreecommitdiffstats
path: root/Doc/library/xml.etree.elementtree.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-04-01 20:02:34 (GMT)
committerGitHub <noreply@github.com>2024-04-01 20:02:34 (GMT)
commita4a8af07cfa17bfd1a8a1d5d62ea514368135a25 (patch)
tree0c7db9761ac74a9dc2fbde0d0804f0ec6208766c /Doc/library/xml.etree.elementtree.rst
parent4a3fc49d2d462d90922e3b5708b0f7d0b475edf2 (diff)
downloadcpython-a4a8af07cfa17bfd1a8a1d5d62ea514368135a25.zip
cpython-a4a8af07cfa17bfd1a8a1d5d62ea514368135a25.tar.gz
cpython-a4a8af07cfa17bfd1a8a1d5d62ea514368135a25.tar.bz2
[3.12] Docs: specify XML document name in xml.etree.elementtree example (GH-24223) (#117429)
(cherry picked from commit 9dae05ee59eeba0e67af2a46f2a2907c9f8d7e4a) Co-authored-by: Moshe Kaplan <mosheekaplan@gmail.com>
Diffstat (limited to 'Doc/library/xml.etree.elementtree.rst')
-rw-r--r--Doc/library/xml.etree.elementtree.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst
index f3ba8d8..09aa81c 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