summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMoshe Kaplan <mosheekaplan@gmail.com>2024-04-01 19:53:00 (GMT)
committerGitHub <noreply@github.com>2024-04-01 19:53:00 (GMT)
commit9dae05ee59eeba0e67af2a46f2a2907c9f8d7e4a (patch)
tree7f357e2824b52fc77fd39549b31dc602d2a45e38 /Doc
parentfc2071687b708598264a3403b7f9104667c1092f (diff)
downloadcpython-9dae05ee59eeba0e67af2a46f2a2907c9f8d7e4a.zip
cpython-9dae05ee59eeba0e67af2a46f2a2907c9f8d7e4a.tar.gz
cpython-9dae05ee59eeba0e67af2a46f2a2907c9f8d7e4a.tar.bz2
Docs: specify XML document name in xml.etree.elementtree example (#24223)
Diffstat (limited to 'Doc')
-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 5955647..7d721f7 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